Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Edd01

  1. Edd01

    Equivalent Oracle Rownum Pseudo Column in SQL Server

    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...

Part and Inventory Search

Back
Top