9 Feb
2023
9 Feb
'23
9:43 a.m.
On Feb 9, 2023, at 2:28 AM, Anatoliy <cphlpd@gmail.com> wrote:
Hi all , finally fixed this after changing ID type, from NUMBER to VARCHAR.
That's probably not a good solution. Many of the default queries do "ORDER BY ID". Changing the ID to VARCHAR may change the ordering, and the server will behave differently. Alan DeKok.