Hacker News new | ask | show | jobs
by fnid2 5866 days ago
http://stackoverflow.com/questions/187998/row-offset-in-ms-s...
1 comments

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.

What do offset and limit have to do with presentation?