"WITH" clause in "SELECT" statement?
Some SQLs (e.g., SQLite) support a "WITH" clause introducing a SELECT statement, but it appears MariaDB doesn't. Can you discuss?
Answer Answered by Ian Gilfillan in this comment.
MariaDB does not support it now, but we're working on it. It is MDEV-8308
This feature has been released in MariaDB 10.2.2
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.