WITH TestCTE (id) AS ( SELECT id FROM table ) SELECT * FROM TestCTEA CTE can be used in place of a view in some instances.
Thursday, 28 March 2013
What is a CTE?
Subscribe to:
Post Comments (Atom)
-
Inner Join Inner join is the most common type of Join which is used to combine the rows from two tables and create a result set contai...
No comments:
Post a Comment