Re: [SQL] SubQueries

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: wwwadmin(at)wizard(dot)ca
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] SubQueries
Date: 1998-07-14 05:01:35
Message-ID: 199807140501.BAA15861@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)candle(dot)pha(dot)pa(dot)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)

In response to

  • SubQueries at 1998-07-14 04:55:38 from The Web Administrator

Browse pgsql-sql by date

  From Date Subject
Next Message Holger Mitterwald 1998-07-14 09:46:14 View to other Tablespace?
Previous Message The Web Administrator 1998-07-14 04:55:38 SubQueries