SELECT COALESCE(NULL, NULL, NULL, 'HELLO WORLD', NULL, 'Example.com'); RESULT 'Hello World' --> First value not null