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

Reply via email to