Discussion about this post

User's avatar
IslamabadDataGuy's avatar

Great work Jake

Expand full comment
Muhammad Hussnain's avatar

SELECT * FROM Railway

WHERE

[Payment Method] = 'Credit Card'

AND [Departure Station] = 'London Kings Cross'

ORDER BY [Transaction ID]

OFFSET 10 ROWS FETCH NEXT 5 ROWS ONLY;

It's show 5 rows skipping first 10.

Expand full comment

No posts