I don't understand what condition you might be talking about.

As far as I know the functionality only allows you to simply drop a trigger, in your case:

DROP TRIGGER trigger_name;

or:

DROP TRIGGER IF EXISTS trigger_name;

Best regards,
Daniel


techi eth skrev 2013-11-01 12:53:
How to drop trigger from specific table with condition around?



I tried this but got syntax error.

DROP TRIGGER trigger_name  From tbl_name = TestTbl WHERE <Condition>;

Thanks
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to