SELECT FROM table_name WHERE condition SKIP number;

e.g -

SELECT FROM Customers WHERE CustomerName='Alfreds Futterkiste' SKIP 5