Archive for December 2011
Top in T-SQL and Rownum in Oracle
The syntax between Microsoft and Oracle SQL is a little different in various ways. One way is how to select a specific number of rows to be returned from a query. I always remember the Microsoft way, and always forget the Oracle way. So, I thought I'd write it down for posterity. Read the rest of this entry »