Hacker News new | ask | show | jobs
by zzzeek 5078 days ago
WITH RECURSIVE is the SQL standard version of what CONNECT BY provides with oracle. Postgresql and SQL Server both have it.