Bạn có thể tạo NULL từ chuỗi trống trong MySQL:
SELECT coalesce(NULLIF(email, ''), '[email protected]') FROM users WHERE id=1000000;
Bạn có thể tạo NULL từ chuỗi trống trong MySQL:
SELECT coalesce(NULLIF(email, ''), '[email protected]') FROM users WHERE id=1000000;