Re: Is this a bug?

From: Carl van Tast <vanTast(at)Pivot(dot)at>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Is this a bug?
Date: 2001-11-14 09:28:38
Message-ID: 2od4vtsmsb9ifod31ice97busd1qhcjb4f@4ax.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 13 Nov 2001 10:07:56 -0800, "Jack Gao" <wei(at)gaofamily(dot)org>
wrote:
>"Carl van Tast" <vanTast(at)Pivot(dot)at> wrote in message
>news:73t1vtk61pcsob9pa0p32a9eou3a31tolh(at)4ax(dot)com(dot)(dot)(dot)
>> Update tblUserConfig
>> Set Value = '1'
>> From tblConfigItem As b
>> Where tblUserConfig.ItemID = b.ID
>> And b.Scope = 3
>> And tblUserConfig.UserID = 1
>> And b.Name = 'UserClassID';
>
>So, I can't use JOIN in UPDATE?

You cannot use explicit JOIN syntax. But you use joins implicitly.
Just construct your WHERE clause as if you had tblUserConfig in your
FROM clause.

>
>Thanks for your reply
>
>Jack
Kind regards
Carl van Tast

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Eaglet 2001-11-14 11:51:30 handling exceptions, really not simple... :-((
Previous Message Tille, Andreas 2001-11-14 08:12:34 Re: Design Tool for postgresql