Hello! I try this code
create trigger view_objects_update before update on view_objects begin select RAISE (ABORT,'Row id=' || NEW.id); end; but get "SQL error: near "||": syntax error". How can I do it? Best regards, Alexey. _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

