Re: [SQL] PostgreSQL syntax question

jose' soares <sferac@bo.nettuno.it>

From: Sferacarta Software <sferac@bo.nettuno.it>
To: pgsql-sql@hub.org, Stephen Davies <scldad@sdc.com.au>
Cc: pgsql-hackers@postgresql.org
Date: 1998-09-18T13:13:37Z
Lists: pgsql-hackers
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'