kyriakos70
Programmer
Hello,
I want a statment to work like top 5 but not only for the first records but for a page of records eg from record 5 to 10, I have used this but gave me an error :
'SELECT TOP 5 * FROM scan WHERE id NOT IN (SELECT TOP 4 * id FROM scan Where id like aaaid))'
also would like to have a parameter to view particular records in the range.
Thank you
Kyriakos
I want a statment to work like top 5 but not only for the first records but for a page of records eg from record 5 to 10, I have used this but gave me an error :
'SELECT TOP 5 * FROM scan WHERE id NOT IN (SELECT TOP 4 * id FROM scan Where id like aaaid))'
also would like to have a parameter to view particular records in the range.
Thank you
Kyriakos