Re: insert statement woes

Поиск
Список
Период
Сортировка
От Rodrigo De León
Тема Re: insert statement woes
Дата
Msg-id 1182528191.769825.63870@p77g2000hsh.googlegroups.com
обсуждение исходный текст
Список pgsql-sql
On Jun 22, 3:25 am, earthwormgaz <earthworm...@googlemail.com> wrote:
> hello, i'm trying to do a simple (so i thought) sql insert operation,
> but i'm being told the insert violates unique constraint
> say i've got three columns, two text and one integer for the id, i'm
> doing the following
> INSERT INTO myTable (text1, text2) VALUES ('some text', 'some more
> text');
> so i'm not trying to enter anything into the key column, i thought a
> unique one should be generated for me?

DDL please...



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

Предыдущее
От: Jean-David Beyer
Дата:
Сообщение: Embedded C++ with ecpg?
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Transactions and Exceptions