Hi,
I am trying to do a nested query in Sybase. I have done the following query:
Select * from (Select a,b from table)
in the past in Oracle. When I try this in Sybase, it complains of a syntax error. Is it possible in Sybase? And how can it be done?
Thanks
Fyr