Conditional statements?
Conditional statements?
От:
"Mark Alliban" <MarkA@idnltd.com>
Дата:
Hi,
I was wondering if it is possible to have conditional statements in
postgres, like there are in M$SQL?
Simplified example:
IF NOT EXISTS(SELECT * FROM testtable WHERE id=3)
INSERT INTO testtable (id) VALUES (3)
TIA,
Mark.