add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
VERSION RDB$CHARACTER_SET_NAME
3.0.10 UTF8
TRIGGER_NAME TRIGGER_BODY TRIGGER_WHEN TRIGGER_ENABLED TRIGGER_COMMENT
CLIENTS.CHECK_1 CHECK (c2 IS NOT NULL) BEFORE INSERT yes null
CLIENTS.CHECK_2 CHECK (c2 IS NOT NULL) BEFORE UPDATE yes null
CLIENTS.CHECK_3 CHECK (direction IS NOT NULL AND direction IN ('hither','yon')) BEFORE INSERT yes null
CLIENTS.CHECK_4 CHECK (direction IS NOT NULL AND direction IN ('hither','yon')) BEFORE UPDATE yes null
validation error for column "CLIENTS"."C1", value "*** null ***"  rows affected
Operation violates CHECK constraint INTEG_3 on view or table CLIENTS At trigger 'CHECK_3'  rows affected
unsuccessful metadata update DROP TRIGGER CHECK_4 failed Triggers created automatically cannot be modified  rows affected