Example (MySQL):
SELECT COALESCE(NULL, NULL, NULL, 42, NULL, 'string') as a;
The first NOT NULL argument is 42, all other arguments will be grayed out.
42