Hi.
I have a table:
ID | Name0 | Anna1 | Other2 | Link3 | Fernando
I need sorted result but the way like this:
0 | Anna3 | Fernando2 | Link1 | Other
Record '1 | Other' must by at the end of query result.
How I can get it?
Thx.