Re: [SQL] PostgreSQL syntax question

From: Sferacarta Software <sferac(at)bo(dot)nettuno(dot)it>
To: pgsql-sql(at)hub(dot)org, Stephen Davies <scldad(at)sdc(dot)com(dot)au>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [SQL] PostgreSQL syntax question
Date: 1998-09-18 13:13:37
Message-ID: 1634.980918@bo.nettuno.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

SD> The following syntax (which is legal under Oracle) does not parse under
SD> PostreSQL 6.3.2.

SD> update table1 set col1=(select col2 from table2 where col3='x') where col4='z';
This syntax is SQL standard but seems that PostgreSQL doesn't
support "scalar subqueries" yet.
I don't see this on TODO things ? What about to add it to TODO file ?

Jose'

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Byron Nikolaidis 1998-09-18 13:23:26 Re: [HACKERS] Re: [INTERFACES] Odbc parser error
Previous Message Sferacarta Software 1998-09-18 12:54:23 Re: [HACKERS] BUG: NOT boolfield kills backend

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1998-09-18 16:21:38 Re: [SQL] PostgreSQL syntax question
Previous Message David Hartwig 1998-09-18 12:47:28 Re: [SQL] SQL equiv to MS-Access Transform