select * from table where rowno<=[num of records that you need] ej. select * from table where rowno<=5
Grzegorz Konicki wrote:
Hello
How can I limit results from queries?
In mysql or postgresql i use syntax limit, but in maxdb it doesn't work.
--- Best regards Gregory
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
