Hey guys,
Since SQLite does not support stored procedures, what are some workarounds that are used to accomplish things like executing a statement based on a conditional.
For example.

IF value OF column IN tableX  == 'foo'
DO statement 1
ELSE statement 2

Thanks,
--
*Grace Batumbya*
Research Assistant | Seneca CDOT
Phone: 416-491-5050 x3548
cdot.senecac.on.ca <http://cdot.senecac.on.ca/>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to