David Ventimiglia <[email protected]> wrote:
> Sorry, but I couldn't quite parse how to use the raise-function in a
> SQLite3 trigger, from the documentation at
> http://www.sqlite.org/lang_createtrigger.html.  How exactly do I do
> this?

select raise(ROLLBACK);

-- 
Igor Tandetnik


_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to