Questa probabilmente non è una buona soluzione a lungo termine per te, ma se la tabella ha un campo Identità potresti fare qualcosa del genere:
SELECT TOP 1000 * FROM STOCK
WHERE Id > 11
ORDER BY Id
Questa probabilmente non è una buona soluzione a lungo termine per te, ma se la tabella ha un campo Identità potresti fare qualcosa del genere:
SELECT TOP 1000 * FROM STOCK
WHERE Id > 11
ORDER BY Id