आप MySQL में खाली स्ट्रिंग से NULL बना सकते हैं:
SELECT coalesce(NULLIF(email, ''), 'example@sqldat.com') FROM users WHERE id=1000000;
आप MySQL में खाली स्ट्रिंग से NULL बना सकते हैं:
SELECT coalesce(NULLIF(email, ''), 'example@sqldat.com') FROM users WHERE id=1000000;