Re: beginne' - inserting a record

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: beginne' - inserting a record
Дата
Msg-id 43920721.18519.1CC02A2@localhost
обсуждение исходный текст
Ответ на beginne' - inserting a record  (Andrew Toth <tothaa@chello.hu>)
Список pgsql-general
On 3 Dec 2005 at 21:48, Andrew Toth wrote:

> MediaBin=# insert into media values ("000", 120, "00001");
> ERROR:  column "000" does not exist

I think you should use single-quotes rather than doubles:

  insert into media values ('000', 120, '00001');

--Ray.

-------------------------------------------------------------
Raymond O'Donnell     http://www.galwaycathedral.org/recitals
rod@iol.ie                          Galway Cathedral Recitals
-------------------------------------------------------------


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

Предыдущее
От: Bruno Wolff III
Дата:
Сообщение: Re: Reduce NUMERIC size by 2 bytes, reduce max length to 508 digits
Следующее
От: Rodrigo Gonzalez
Дата:
Сообщение: Re: beginne' - inserting a record