dbnull

[1/1]

  1. Handling Null Values in SQLite: The COALESCE() Function and Alternatives
    The COALESCE() function checks a list of arguments and returns the first non-null value it encounters. If all arguments are null