hi
i wanna ask...
we can use LIMIT in our MySql database. means we can fetch number of records as our need like :
select from table LIMIT 0,10
this query will fetch only 10 records
but now my question is this that can we use this kind of query with MS Access OR MS SQLServer ???
if yes then ??
or if there is any other way to do this ... please tell me.
and as we use in every database the keyword TOP means(select top 4 from table)
it means that it will select top 4 records its ok but how i will get remaining records ???
thanks for ur support
shahid