Hacker News new | ask | show | jobs
by rbanffy 5866 days ago
SQL queries are seldom considered examples of neatness, but the top solution (which is a good one, as far as my rusty TSQL allows me to judge) is a textbook example of a kludge.

Not that I think OFFSET and LIMIT belong in SQL (IIRC, ANSI folks agree). It's a query language, not a presentation one.

1 comments

What do offset and limit have to do with presentation?