Hi,
I'm trying to write a trigger but I'm having problems. Because SQLite
itself doesn't enforce FK constraints I'd like to do this myself using a
trigger and I tried the following, but I'm not getting there,
CREATE TRIGGER Insert_Active BEFORE INSERT ON Active
FOR EACH ROW BEGIN
SELECT CASE
WHEN
Hi,
I'm trying to write a trigger but I'm having problems. Because SQLite itself
doesn't enforce FK constraints I'd like to do this myself using a trigger
and I tried the following, but I'm not getting there,
CREATE TRIGGER Insert_Active BEFORE INSERT ON Active
FOR EACH ROW BEGIN
SELECT CASE
WHEN
2 matches
Mail list logo