Answers for "mariadb cast null to 0"

SQL
0

mariadb cast null to 0

SELECT COALESCE(col, 0) FROM `table`;
Posted by: Guest on May-20-2020

Code answers related to "SQL"

Browse Popular Code Answers by Language