J
jim
hi,
i know i can get top 5th of records by
"select top 5 ..." statement.
but, how can i get 2nd - 5th records but no 1st statement?
in mysql, i can use "select ... limit 2,5".
in oracle, i can use "select ... rownum >2 and rownum < 5"
how can i do that in access?
thanks,
jim
i know i can get top 5th of records by
"select top 5 ..." statement.
but, how can i get 2nd - 5th records but no 1st statement?
in mysql, i can use "select ... limit 2,5".
in oracle, i can use "select ... rownum >2 and rownum < 5"
how can i do that in access?
thanks,
jim