ORDER BY weird behaviour
-
Hi,
First of all, thanks for this plugin, it’s easy to use and very much useful.I was working on my tables with this plugin and I found an odd behaviour with ORDER BY statement. In short, every columns is ordered without any problem, but one column is giving me problem and I have no idea.
My table has 7 columns, the first one is the primary key which is an INT. By default, the table is ordered by the primary key, although if I interact with 6 columns I manage to sort the table as I please. I have problem wit the seventh, last column.
I am currently using the Data Project feature, since my DB has one parent and three children to point to. When I set the PAGE ORDERBY field in DATA PROJECT where my Parent table is it works only on six columns. When I set to this last column, which is an INT, non unique, the whole table acts weirdly, not displaying any data. I tried switching column order, I’ve tried switching the data value from INT to VARCHAR(45), I’ve tried to insert indexes but nothing solved this problem.
Do you have any idea how to overcome the problem?
Unfortunately the project is locally stored, so I cannot show you what happens.OT: is there a way to make projects public?
- The topic ‘ORDER BY weird behaviour’ is closed to new replies.