Re: DELETE FROM error message

Поиск
Список
Период
Сортировка
От Daniel Bakken
Тема Re: DELETE FROM error message
Дата
Msg-id EFELIOJNFEDFOHLPCGEJIEFJEIAA.dan@smtresource.com
обсуждение исходный текст
Ответ на Re: DELETE FROM error message  (Robert Treat <xzilla@users.sourceforge.net>)
Ответы Re: DELETE FROM error message  ("Daniel Bakken" <dan@smtresource.com>)
Список pgsql-general
I tried your suggestion (both ways), but I still get the same error message
about explicit casts.

Daniel Bakken

> DELETE FROM inventory WHERE invid = '01044T'::BPCHAR;
>
> Robert Treat
>
> On Wed, 2002-07-17 at 21:59, Darren Ferguson wrote:
> > You will need to cats '01044T' to bpchar since postgres will take any
> > string as a varchar unless specified otherwise.
> >
> > Use the following
> >
> >  DELETE FROM inventory WHERE invid = '01044T'::VARCHAR;
> >
> > HTH
> >
> > Darren


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: PostgreSQL vs. SapDB slashdot discussion
Следующее
От: reina@nsi.edu (Tony Reina)
Дата:
Сообщение: Re: Appropriate values for sort_mem and shared_buffers