TOP | SQL Tutorial and Query Example

Text copied!

TOP


  • TOP syntax in SQL
    SELECT TOP (n) column1, column2, column3, ...
    FROM table_name;