Subject How to return only a few rows from select sql statement
Author trskopo
Hi all,

Suppose I have a sql statement :
select * from table

Is that possible to return only a few rows from that statement (not the whole result), just like MySQL?

Thanks and regards,
Sugiarto