Subject | RE: [ib-support] FW: newbie ?s - trigger problem revisited |
---|---|
Author | Martijn Tonies |
Post date | 2002-02-20T07:30:53Z |
Hi Jon-David,
===
BEGIN
INSERT INTO TRANSACTION1
( TID, TRANS_TYPE, EDITOR)
VALUES
('1', 'insert', 'dude');
END;
===
Remove the ';' behind the END
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
[Non-text portions of this message have been removed]
===
BEGIN
INSERT INTO TRANSACTION1
( TID, TRANS_TYPE, EDITOR)
VALUES
('1', 'insert', 'dude');
END;
===
Remove the ';' behind the END
Martijn Tonies
InterBase Workbench - the developer tool for InterBase and Firebird
http://www.interbaseworkbench.com
[Non-text portions of this message have been removed]