I have PostgreSQL v7.02 in RedHat 6.2;
 
I have problem with is Query:
select name, 'user' as class from smuser union select name, 'group' as class from smgroup order by class;
 
sentence problem is:{ order by class} !!!! 
 
thank you,
Christian Gonzalez

Reply via email to