Limiting the number of rows returned.
Marius2Nov 1 2006 — edited Nov 2 2006Is it posible to make a query and say that you only want the x first rows returned?
Like: Select * from some_table LIMIT 4; (and get only the first 4 rows from select * from some_table; returned)