Table Alias posing problem in Update statements

Поиск
Список
Период
Сортировка
От Pushker Chaubey
Тема Table Alias posing problem in Update statements
Дата
Msg-id 48BC03B1.6020500@vertex.co.in
обсуждение исходный текст
Ответы Re: Table Alias posing problem in Update statements
Список pgsql-jdbc

Hi experts,

I am facing a problem using a Alias on a table while updating that table.

I am trying something like

UPDATE Table1 T1 SET  = (SELECT DISTINCT col2 FROM Table2 T2 WHERE
T2.col3 = T1.col1)

T1 and T2 are table aliases.

Here I am trying to update a column in all the rows in table "Table1"
depending on value of another column for the same row.
But the query is not working. It is not allowing alias in the update
query (i.e. alias T1 on table "Table1").

Am I making a mistake somewhere in the syntax? Or, is it just not
supported in postgresql?
I am using postgreSQL version 8.2.

I have observed similar problems with delete statements also.
But these types of queries run successfully on Oracle.

Thanks in advance.
Pushker Chaubey


The information contained in this electronic message and any attachments to this message are intended for the exclusive
useof the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended
recipient,you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy
theoriginal message all copies of this message and any attachments. 
WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for
thepresence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email. 

Please do not print this email unless it is absolutely necessary.

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Need a developer contact
Следующее
От: "Richard Broersma"
Дата:
Сообщение: UPDATE ... CURRENT OF cursorname