Tag archive
Commands grouped around the same concept, pattern, or recurring problem.
Retrieve a fixed number of rows from the top of a sorted result set using `LIMIT`, `TOP`, or `FETCH FIRST`.
A row limit without an explicit sort can return different rows over time or across engines.