SQL Fundamentals — Medium
Key points
- COALESCE returns the first non-NULL value
- It evaluates arguments from left to right
- If all arguments are NULL, COALESCE will return NULL
Ready to go further?
Related questions
SQL Fundamentals — Medium
Key points
Ready to go further?
Related questions