Re: MySQL update - Mailing list pgsql-hackers

From Hannu Krosing
Subject Re: MySQL update
Date
Msg-id 1039012667.2271.2.camel@rh72.home.ee
Whole thread Raw
In response to Re: MySQL update  ("Marc G. Fournier" <scrappy@hub.org>)
List pgsql-hackers
Marc G. Fournier kirjutas K, 04.12.2002 kell 18:57:
> On Tue, 3 Dec 2002, Christopher Kings-Lynne wrote:
> 
> > Not that anyone cares, but I notice in the commit logs for MySQL 4.1, it
> > now has subselects.

Any idea _where_ you can use them ?

i.e.is it

select a, (select b from tb) from ta;

or is it

select a from (select a from tb) as ta;

or something else.

Also, can one have correlated subqueries

select a, (select b from tb where a=ta.a) from ta;


-------------
Hannu



pgsql-hackers by date:

Previous
From: Oliver Elphick
Date:
Subject: Re: [ADMIN] how to alter sequence.
Next
From: Tomas Berndtsson
Date:
Subject: big text field -> message type 0x44