<tutorialjinni.com/>

MySQL Replace NULL With 0 in SELECT Statement

Posted Under: MySQL on Nov 11, 2016
MySQL Replace NULL With 0 in SELECT Statement
When you make a Left Join or make a UNION query the DBMS will put NULL where their is no match in the set. This tutorial is aimed to discuss the options by which NULL can be substituted with 0 in MySQL DBMS.