Skip to content

Instantly share code, notes, and snippets.

@gratzc
Last active March 25, 2019 16:10
SELECT *
FROM `travel-sample`
WHERE type = ‘hotel’
ORDER BY country, city
OFFSET 10
LIMIT 10;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment