Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Continuation of Message #1594531 - Use of WHERE
Message
From
22/02/2014 14:26:22
Walter Meester
HoogkarspelNetherlands
 
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01594922
Message ID:
01594960
Views:
35
>Walter,
>
>Thanks for the reply.
>
>1) You're right, the ANSI format for dates is better. I have a bunch of demo examples where I should update that. Good point.
>
>2) Speaking of ANSI standard, Common Table Expressions "are" part of the ANSI-99 standard. :)

Thanks for pointing that out. How could I have missed that??

>CTEs are available in Oracle, MySQL, MS SQL (since 2005), and other DBs as well.
>
>They are functionally equivalent of derived table expressions. Some developers love them, some don't. As for readable and maintainable, that's a matter of opinion.

>Unfortunately, many online sites (and maybe even Wikipedia) refer to CTEs as "temporary named result sets". They're not result sets. It is simply a derived table subquery, placed "above" the outer query that refers to it. It's basically syntax sugar - some like it, some find it too heavy/sweet.
>
>Yes, they are not a replacement for temp tables. If one needs to store a result set and then perform many subsequent operations beyond what a derived table subquery can do, then yes, a temp table will be better.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform