I read that 'WITH Syntax (Common Table Expressions)' are supported from MySQL 8.0 version. But when I write a query using WITH clause - MySQL workbench couldn't recognize it and also says it as syntax error.
Is there anyway I can test the queries written using 'WITH' syntax?
Reference:
https://dev.mysql.com/doc/refman/8.0/en/with.html
Is there anyway I can test the queries written using 'WITH' syntax?
Reference:
https://dev.mysql.com/doc/refman/8.0/en/with.html