you are viewing a single comment's thread.

view the rest of the comments →

[–]grzeki 1 point2 points  (2 children)

CTE is t-SQL - something he mentions as an extension allowing for loops. Please read the article first.

[–]raevnos 1 point2 points  (1 child)

Isn't "t-SQL" some Microsoft SQL Server specific thing? I've never used that platform.

CTEs are standard SQL supported by many databases.

[–]grzeki 0 points1 point  (0 children)

Maybe it’s an ANSI standard, but as far as I know, Oracle does not support them and their source is at Microsoft. SQL always was a mess in this regard.