Start Determined Online Query in Sql SERVER

Asked

Viewed 16 times

0

SELECT * FROM Customers LIMIT 3,9;

I tried that way but it didn’t work

  • I believe that that will help you.

  • SELECT TOP 50 * FROM table WHERE NOT ID in ( SELECT TOP 50 ID FROM table ORDER BY ID ASC ) a ORDER BY ID ASC;

  • This one I made But it doesn’t work the way I want it to

  • I want to start from the end on the 14000 line until what came after it

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.