-
1
- #1
Is there any similar clause in SQL as
"FETCH FIRST x ROWS ONLY" to fetch rows after a certain number ?
For example, I am using
Select *
From <table_name>
Where <blah_blah_blah>
Fetch first 100 rows only;
Now if I wanted to fetch next hundred rows, how would I do it ?
I don't won't to write programs.. [sig][/sig]
"FETCH FIRST x ROWS ONLY" to fetch rows after a certain number ?
For example, I am using
Select *
From <table_name>
Where <blah_blah_blah>
Fetch first 100 rows only;
Now if I wanted to fetch next hundred rows, how would I do it ?
I don't won't to write programs.. [sig][/sig]