A list of articles I've found helpful throughout my consulting career.
SELECT TOP 10 column FROM table
SELECT column FROM table LIMIT 10
SELECT column FROM table WHERE ROWNUM <= 10
SET rowcount 10 SELECT column FROM table
SELECT FIRST 10 column FROM table
No comments:
Post a Comment