ms access select query?
Database
4
Posts
2
Posters
0
Views
1
Watching
-
hi, I need select query to select number of records(1 to 50 then 51 to 100 from 500 rows)from n rows of selection. not from id I think row id. thanks in advance.
Have A Nice Day! Murali.M Blog
-
hi, I need select query to select number of records(1 to 50 then 51 to 100 from 500 rows)from n rows of selection. not from id I think row id. thanks in advance.
Have A Nice Day! Murali.M Blog
You mean like
SELECT TOP 50 ...
? -
You mean like
SELECT TOP 50 ...
?no any 50 records.
Have A Nice Day! Murali.M Blog
-
no any 50 records.
Have A Nice Day! Murali.M Blog
TOP 50 may be any 50.