Re: sudoku in an sql statement

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: sudoku in an sql statement
Date: 2009-11-05 17:38:22
Message-ID: hcv2ie$blj$1@ger.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Greg Stark wrote on 05.11.2009 00:28:
> Interestingly the first thing I ran into when I started doing so was
> that apparently Oracle *doesn't* handle the lack of the RECURSIVE
> attribute properly. It still put the common table expressions in scope
> for the subsequent common table expressions even without the RECURSIVE
> keyword, which is apparently just a noise word in Oracle.

It is a "noise" word in Oracle, DB2 and SQL Server.

Only Postgres and Firebird completely adhere to the standard by requiring it...

Thomas

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bob Pawley 2009-11-05 18:13:28 Adding a null
Previous Message Raimon Fernandez 2009-11-05 17:35:01 Re: MD5 Authentication