Re: Common table expression - parsing questions

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Common table expression - parsing questions
Date: 2009-10-04 06:10:52
Message-ID: ha9e9c$p9v$1@ger.gmane.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

the6campbells wrote on 29.09.2009 04:54:
> 2. Do you intend to remove the requirement to include the recursive
> keyword - as other vendors allow

The standard *requires* the keyword.

As far as I can tell there are two DBMS that require it (Postgres, Firebird) and two that don't (SQL Server and Oracle with the newest release)

Thomas

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message the6campbells 2009-10-04 13:25:00 Re: Common table expression - parsing questions
Previous Message Andreas 2009-10-04 04:08:18 Need even more magic. Now for tricky counts.