MySQL query condition is (Null) SQL statement

Go to SQL directly

select * from user_table ut where ut.phone = ‘’ or ut.phone is null

Guess you like

Origin blog.csdn.net/A_234_789/article/details/108290651