Viewing 3 posts - 166 through 168 (of 168 total)
Hi Bryant,
I think that in sql statements where you can use CTEs as views, there exists ways of writing the CTE as an inner join or sub query.
Also, I tested...
March 2, 2005 at 8:00 am
Hi Parker,
As far as I experienced, CTEs are using same execution plans as a normal view query.
So as you wrote I believe it makes no sense to use CTEs instead of views.
But...
March 2, 2005 at 6:01 am
Hi all,
CTE 's are really powerful with their recursive usages.
I have also written an article on http://www.kodyaz.com/article.aspx?ArticleID=18 about Common Table Expressions.
You may check it for the examples...
Thanks.
Eralper
March 2, 2005 at 5:56 am
Viewing 3 posts - 166 through 168 (of 168 total)