DELETE

Поиск
Список
Период
Сортировка
От c k
Тема DELETE
Дата
Msg-id d8e7a1e30808191204t728d1b9ew5472cb349abe4d7e@mail.gmail.com
обсуждение исходный текст
Ответы Re: DELETE  ("Bill Reynolds" <Bill.Reynolds@ateb.com>)
Список pgsql-general
hello,
what will be the error in syntax of following statement?

delete from accountingtransactions where accountingtransactions.refaccdocid=docs.docid and docs.tmpselect=-1 and docs.tmpselectedby= $1;
when a new function is created it does not gives any error but when this function is called from outside it gives syntax error as 'missing FROM-clause entry for table "docs"'. Why? any clue?

Regards,
CPK

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

Предыдущее
От: "c k"
Дата:
Сообщение: cache lookup failed
Следующее
От: "Bill Reynolds"
Дата:
Сообщение: Re: DELETE