If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
hi, i'm using progress 9 with merant odbc driver, and i want to get the first 50 record from mytable. in ms sqlserver ican use the following:
select top 50 * from mytable
is there another syntax that i can use to get the same records in progress?
thanks