Posted July 25, 2024 by Grisgram
The new version can also generate recursive tables (i.e. tables with a reference to themselves) and will generate a recursive stored procedure to query the hierarchical data.
The recursive CTE works on both, SQL Server and mysql.
Cheers!