gvwilson / sql-tutorial

The Querynomicon: An Introduction to SQL for Wary Data Scientists
https://gvwilson.github.io/sql-tutorial/
Other
447 stars 47 forks source link

feat: modify query to show paging more clearly #3

Closed gvwilson closed 8 months ago

gvwilson commented 8 months ago

I wonder if query 006 ("page output") would be more illuminating if you chose an offset value < the limit. That way we'd get to see the paging.

Roy Pardee