Alexey Pechnikov
Sun, 13 Jul 2008 02:29:22 -0700
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 sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users