Use this query,
select * from table_name where rownum < 'n';
table_name is your table name.
'n' is number of rows you want to retrive.
select * from table_name where rownum < 'n';
table_name is your table name.
'n' is number of rows you want to retrive.
No comments:
Post a Comment