select top 250 * from table1 where pkField not in (select top 250 pkField from table1)
On 19 Dec, 19:15, VB <[email protected]> wrote: > I want to show records from number 250 to 500 in GridView but writing > SQL as "Select * from table1"
select top 250 * from table1 where pkField not in (select top 250 pkField from table1)
On 19 Dec, 19:15, VB <[email protected]> wrote: > I want to show records from number 250 to 500 in GridView but writing > SQL as "Select * from table1"