Fetch

SQL

SQL - LIMIT / TOP / FETCH FIRST

• LIMIT, TOP, and FETCH FIRST are database-specific syntaxes for restricting query result sets, with FETCH FIRST being the SQL standard approach supported by modern databases

Read more →