advanced code snippet search
wh0emPah on 04/02/10
04/02/10 03:24am
CREATE OR REPLACE TRIGGER P6_3_ORDERFILLED2BEFORE UPDATE ON s_ord FOR EACH ROW BEGIN IF (:OLD.order_filled = 'Y') THEN RAISE_APPLICATION_ERROR(-20000, 'Dit order is al afgewerkt!'); END IF;END P6_3_ORDERFILLED2 ;
Report this snippet Tweet
Comment:
You need to login to post a comment.