conditional insert

Поиск
Список
Период
Сортировка
От Pau Marc Muñoz Torres
Тема conditional insert
Дата
Msg-id CADFuJLjCF6fmxswgS033EFyofmbJFy+J0ToUvwTCDDLYj+nr3Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: conditional insert
Re: conditional insert
Re: conditional insert
Re: conditional insert
Список pgsql-general
Hi follk

 i trying  to performe a  conditional insert into a table, indeed, what i'm trying to do is not insert a record into the table if that record exist

googleling i found something like

 insert into XX values (1,2,3) where not exist (select ....);

but i'm having and error near where...

anyone knows how do i can perfome this insert?

thanks

p

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

Предыдущее
От: Devrim GÜNDÜZ
Дата:
Сообщение: Re: CentOS 6 - www.pgrpms.org - SELinuxi dn
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: conditional insert