From: | venkatrao(dot)b(at)tcs(dot)com |
---|---|
To: | pgsql-general(at)postgresql(dot)org, pgsql-novice(at)postgresql(dot)org |
Subject: | Urgent help needed- alias name in update statement |
Date: | 2010-03-09 13:51:31 |
Message-ID: | OF1059B9FD.300C964F-ON652576E1.004BB0D1-652576E1.004C20F0@tcs.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-novice |
Hello,
In postgre, when i am trying to give alias name in update statement like
below -
---------------------------------
update mytable x
set x.name = 'asdf'
where x.no = 1
-------------------------------
is giving error - mytable is not having col x.
We have migrated code from oracle to postgre 8.4. Is there any solution
for this.
(functions were compiled without any compilation errors - now when we are
trying to run these we are getting problems)
Please help..
Venkat
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain
confidential or privileged information. If you are
not the intended recipient, any dissemination, use,
review, distribution, printing or copying of the
information contained in this e-mail message
and/or attachments to it are strictly prohibited. If
you have received this communication in error,
please notify us by reply e-mail or telephone and
immediately and permanently delete the message
and any attachments. Thank you
From | Date | Subject | |
---|---|---|---|
Next Message | Steve T | 2010-03-09 14:03:47 | Re: Urgent help needed- alias name in update statement |
Previous Message | Scot Kreienkamp | 2010-03-09 13:47:08 | Re: autovacuum question |
From | Date | Subject | |
---|---|---|---|
Next Message | Steve T | 2010-03-09 14:03:47 | Re: Urgent help needed- alias name in update statement |
Previous Message | venkatrao.b | 2010-03-09 11:47:26 | Re: Can we overload = operator to word numeric = text |