Hi everyone,
I have a situation where my query is structured in such a way as to get
20 records from top every time...somethin g like
---------
select * from abc order by pkId asc limit lowerLimit,high erLimit
--------
so now if i have 2 get the last 20 records..how ?
can any 1 help me out?
I have a situation where my query is structured in such a way as to get
20 records from top every time...somethin g like
---------
select * from abc order by pkId asc limit lowerLimit,high erLimit
--------
so now if i have 2 get the last 20 records..how ?
can any 1 help me out?
Comment