KoderPlace
PostCode
Blog
Sign in
KoderPlace
KoderPlace
PostCode
Blog
Login
1 Searches Found
Mysql Programming If Null Code Samples
Post Code Samples
Filters
Search Language
Search Tags
Apply
IFNULL in MySQL
Reshma
| 5 years, 3 months
SELECT IFNULL( (SELECT NAME
The result will be the name when the given id is there in the table ,Otherwise it will return NULL v
if null
mysql