Re: [SQL] SubQueries - Mailing list pgsql-sql

From Bruce Momjian
Subject Re: [SQL] SubQueries
Date
Msg-id 199807140501.BAA15861@candle.pha.pa.us
Whole thread Raw
In response to SubQueries  (The Web Administrator <wwwadmin@wizard.ca>)
List pgsql-sql
> Aaaargg.. sub queries aren't implemented?
> Any quick ideas how to get around this ..
> UPDATE table SET time_out='now'
>     WHERE time_in=(SELECT max(time_in) FROM table
>         WHERE
>             account_name='sparky')
>     AND account_name='sparky';

They are implemented in 6.3.2.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

pgsql-sql by date:

Previous
From: The Web Administrator
Date:
Subject: SubQueries
Next
From: Holger Mitterwald
Date:
Subject: View to other Tablespace?