ROWNO doesn't applpy to ORDER-statements, does it? The following statement
returns the same row whether I specify DESC or ASC:

select * from trade where symbol = 'OPC' and ROWNO < 2 order by trade_id
desc

Is this a bug, or is it supposed to be like this? How can I avoid it?

Cheers,

Dag

_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to