Update Query Problem

Поиск
Список
Период
Сортировка
От
Тема Update Query Problem
Дата
Msg-id 20051213173043.18149.qmail@web33304.mail.mud.yahoo.com
обсуждение исходный текст
Ответы Re: Update Query Problem  (Charley Tiggs <ctiggs@xpressdocs.com>)
Re: Update Query Problem  (Andreas Kretschmer <akretschmer@spamfence.net>)
Re: Update Query Problem  (Jaime Casanova <systemguards@gmail.com>)
Список pgsql-novice
the following update query...

UPDATE t_job_number
SET contract_id = 30
WHERE t_serial_number.serial_number_id = 78
AND t_serial_number.job_number_id =
t_job_number.job_number_id

yields the following chastisement...

ERROR:  missing FROM-clause entry for table
"t_serial_number"

can anyone point in the right direction?  requiring a
from clause in this update seems a little bizarre to
me - so i'm sure i've botched something up pretty
good.

tia...

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

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

Предыдущее
От: Agnes Bocchino
Дата:
Сообщение: Re: transaction ID wrap limit is 2147484146 Start Postgresql
Следующее
От: Charley Tiggs
Дата:
Сообщение: Re: Update Query Problem