Hi
What is ctype ??
I have on another site done something like this in the query:
ORDER BY case when Subkategori = 'Andet' then 1 else 0 end, Subkategori
and this
ORDER BY FIELD(Gruppe,'Musician','Singer','Composer','Studio Crew','Cover Crew')
In those examples I also list something in my own order, no alphabetical.
Can something like that be used in anyway maybe ??