I am having trouble finding an equivalent SQL Server statement for the following Oracle Statement:
SELECT COL1, COL2 FROM MYTABLE WHERE ROWNUM < 10
The ROWNUM Psuedo column in Oracle would output the Row number of each row in the query and hence only the top 10 rows would be shown for this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.