If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Common Table Expression (CTE) available for MySQL?
I get to know about CTE through SQL 2005 and it wasn't available for SQL 2000 and earlier version of MS SQL. I intend to use CTE in my stored procedures but am afraid it may not be supported by other non-SQL 2005 databases. Just to make sure I can write an SQL script that most DBMS is able to understand, so just wondering if MySQL is able to support CTE? is it a microsoft thing or open to all?