As of MySQL 8 Common Table Expressions are supported with the added keyword WITH (https://dev.mysql.com/doc/refman/8.0/en/with.html). It would be helpful to be able to parse this statement prior every place a SELECT statement shows up (I don't believe there are any exceptions from what I have seen in the documentation.
As of MySQL 8 Common Table Expressions are supported with the added keyword
WITH(https://dev.mysql.com/doc/refman/8.0/en/with.html). It would be helpful to be able to parse this statement prior every place aSELECTstatement shows up (I don't believe there are any exceptions from what I have seen in the documentation.