Answers for "how to make null a integer mysql"

SQL
0

mariadb cast null to 0

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

Code answers related to "how to make null a integer mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language