The following table shows which engines support WITH RECURSIVE clause and which don't:
- MariaDB: Not supported
- MySQL: Not supported
- PostgreSQL: Since PostgreSQL 8.4
- SQLite: Since 3.8.3
- DB2 LUW: Since 7 (year 2000)
- Oracle: Since 11gR2 (in Oracle, it is usually more common to use CONNECT BY clause instead of WITH RECURSIVE clause)
- MS SQL Server: Since 2005