Is there a way to select the next 4 items in a sql query. I have a sql query populating an asp repeater and its using a “select top 4 from …..” sql query. I want a button to select the next 4 from the database. Is this possible? Thanks all.
Share
retrieve specific range of rows in a SQL Server table