SQLite equivalent to ISNULL(), NVL(), IFNULL() or COALESCE()

IFNULL, see here: http://www.sqlite.org/lang_corefunc.html#ifnull

no brackets around the function

Leave a Comment