connects - Search results
Mailing lists >> pgsql-patches >> Thread
2008-05-24 06:55:31 | Re: WITH RECURSIVE patch V0.1 (Yoshiyuki Asaba)
connect_by WHERE parent IS NULL UNION ALL SELECT x.level + 1, base.*, array_append
Mailing lists >> pgsql-patches >> Thread
2008-05-18 18:22:12 | Re: WITH RECURSIVE patch V0.1 (Zoltan Boszormenyi)
connect_by where parent is null union all select base.* from test_connect_by as base