Difference between Top and Limit Keyword in SQL

If you are using SQL Server use TOP if you are using MySQL or Postgres use Limit!

AFAIK there is no product that currently supports both. Here’s one list of current implementations and here’s another (covers more products but in less detail)

Leave a Comment