Re: Need another set of eyes on this

Поиск
Список
Период
Сортировка
От aNullValue (Drew Stemen)
Тема Re: Need another set of eyes on this
Дата
Msg-id a5d0205c-3292-4037-8603-662eb6ec76c9@www.fastmail.com
обсуждение исходный текст
Ответ на Need another set of eyes on this  ("James B. Byrne" <byrnejb@harte-lyne.ca>)
Ответы Re: Need another set of eyes on this  ("James B. Byrne" <byrnejb@harte-lyne.ca>)
Список pgsql-general
At 2021-01-25T14:17:42-05:00, James B. Byrne <byrnejb@harte-lyne.ca> sent:
> postgres : STATEMENT:  INSERT INTO public.stock(
>         stock_num, manu_code, description, unit_price, unit, unit_descr)
>         VALUES (3, "SHM", "aluminum Bat", 180.00, "case", "12/case");
> postgres : ERROR:  42703: column "SHM" does not exist at character 105
> postgres : LOCATION:  errorMissingColumn, parse_relation.c:3194

You're using double-quotes rather than single-quotes for string values.

"SHM" = column
'SHM' = string value



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

Предыдущее
От: "James B. Byrne"
Дата:
Сообщение: Need another set of eyes on this
Следующее
От: Peter Coppens
Дата:
Сообщение: Re: Need another set of eyes on this