Answers for "mariadb convert null to string"

SQL
0

mariadb cast null to 0

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

Code answers related to "mariadb convert null to string"

Code answers related to "SQL"

Browse Popular Code Answers by Language