| Subject | How to return only a few rows from select sql statement |
|---|---|
| Author | trskopo |
| Post date | 2012-01-20T03:46:11Z |
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
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