Hi everyone,

I'm used to doing lengthy T-SQL programming in SQL Server, so this is 
kinda new to me.  How does one replicate doing IF...THEN conditional 
blocks in SQLite 3?  Is it all nested CASE statements within the SQL 
statement(s)?  Or should I figure out the logic in my client (web, 
desktop, XUL, et al.) and then generate a SQL statement dynamically and 
send that to the DB?

Thanks!


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to