I ask simply because I found this and assumed it was a MSSQL question, yet the answer is seemingly Oracle Specific. No?
http://stackoverflow.com/questions/1027387/limited-t-sql-join
|
I ask simply because I found this and assumed it was a MSSQL question, yet the answer is seemingly Oracle Specific. No? http://stackoverflow.com/questions/1027387/limited-t-sql-join |
|||||||||
|
|
|||
|
|
|
The tag "sql-server" implies Microsoft SQL Sever (MSSQL). The answer in question is correct. Common Table Expressions (CTEs) were introduced in SQL Server 2005, making that syntax perfectly fine and not specific to Oracle at all. |
|||
|
|
|
T-SQL is the language used by SQL Server. SQL Server is a Microsoft product also called MSSQL |
|||||
|