Is there an equivalent to SELECT TOP 5 FROM ...

mictou

New Member
Hi all,

I'm developping a Delphi interface to access a Progress 9.1D database, using MERANT ODBC 3.6.
I need to do a SELECT TOP 1 FROM table ORDER BY field DESC.
However, "SELECT TOP x" is not recognize.
Is there a workaround?

Thank's for your help
 
Back
Top