Skip to content
Ujjwal Gupta edited this page Oct 23, 2018 · 1 revision
SELECT FROM table_name WHERE condition SKIP number;

e.g -

SELECT FROM Customers WHERE CustomerName='Alfreds Futterkiste' SKIP 5
Clone this wiki locally