SQL
zoo.net
Replace a NULL with a specific value
SQLite
DB2
Access
Postgres
Oracle
SQL Server
MySQL
Mimer
Sybase
SQLite
The SQL standard is
COALESCE
SELECT code, name, COALESCE(leader, 'NO LEADER RECORDED!') FROM party
Specific to SQLite
none
Related links:
FUNCTIONS
Concatenate strings.
Substring: Extracting part of a string.
lower case
Finding a substring in a string
Formatting numbers to two decimal places.
Replace a NULL with a specific value
Conditional values
Get the date and time right now.
Format dates.