Well, it was listed as an initial option o the trigger, so I didn't quite get it either.
On Sat, Nov 19, 2011 at 7:02 PM, Igor Tandetnik <[email protected]> wrote: > Matt Young <[email protected]> wrote: > > sqlite> drop trigger if exists mytrigger; > > sqlite> create trigger mytrigger after insert on result > > ...> begin > > ...> select 'Test2'; > > ...> end; > > sqlite> insert into result values(0,0,0); > > sqlite> > > > > Explain the path of select here? > > What do you mean, path of select? This select isn't going anywhere. > > The trigger is completely pointless and has no effect whatsoever, if > that's what you are asking. > -- > Igor Tandetnik > > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

