Re: [SQL] PostgreSQL syntax question - Mailing list pgsql-sql

From Sferacarta Software
Subject Re: [SQL] PostgreSQL syntax question
Date
Msg-id 1634.980918@bo.nettuno.it
Whole thread Raw
In response to PostgreSQL syntax question  (Stephen Davies <scldad@sdc.com.au>)
Responses Re: [SQL] PostgreSQL syntax question  (Bruce Momjian <maillist@candle.pha.pa.us>)
List 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'



pgsql-sql by date:

Previous
From: David Hartwig
Date:
Subject: Re: [SQL] SQL equiv to MS-Access Transform
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] PostgreSQL syntax question