|
-
Dec 12th, 2008, 04:27 PM
#3
Re: SQL Question Statement "With"
In T-SQL the WITH statement is used to create CTEs (Common Table Expressions) allowing you to access a temporary named resultset.
I believe the WITH statement is only available on SQL Server 2005+.
MSDN article on CTEs: WITH common_table_expression (Transact-SQL)
Another MSDN article: Using Common Table Expressions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|