SQL( "if ...exists...),how to do it in the PostgreSQL? - Mailing list pgsql-hackers

From Eric
Subject SQL( "if ...exists...),how to do it in the PostgreSQL?
Date
Msg-id 3B15D9D1.21199@mta3
Whole thread Raw
Responses Re: SQL( "if ...exists...),how to do it in the PostgreSQL?  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
��    I can realize this function in the SYBase,but How can i do it in the PostgreSQL? 
/****SQL***/
if not exists(select id from test) insert into test(id) values (280);
/*********/ 

_____________________________________________
������Ʒ�����У��� http://shopping.263.net/category21.htm
��ƷС�ҵ�ӭ������ http://shopping.263.net/category23.htm


pgsql-hackers by date:

Previous
From: Tod McQuillin
Date:
Subject: Re: [GENERAL] Re: extra syntax on INSERT
Next
From: Peter Eisentraut
Date:
Subject: Can the backend return more than one error message per PQexec?