On 9/14/2011 9:03 PM, Sam Carleton wrote:
Forgive me, fore I have forgotten the term used to describe the behavior if
a C if statement where it stops executing on the first false statement,
but...  Does coalesce do that?

The word you are looking for is "short-circuit", and no, unfortunately, coalesce doesn't do it in SQLite.
--
Igor Tandetnik

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

Reply via email to