Re: basic question

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: basic question
Дата
Msg-id 200306261358.49398.josh@agliodbs.com
обсуждение исходный текст
Ответ на basic question  (Michael Hanna <zen@hwcn.org>)
Список pgsql-novice
Michael,

> michael=# insert into healthnotes (notes) values ('mytext....');
> michael'#
>
> changes the prompt accordingly and doesn't commit the change..what am I
> doing wrong? I'm certain this code works, as I've done something
> similar via dbVis

You're failing to close a set of single quotes.   Look for, for example, an
un-escaped apostrophe.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


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

Предыдущее
От: Michael Hanna
Дата:
Сообщение: authentication questions
Следующее
От: "Marie G. Tuite"
Дата:
Сообщение: Re: basic question