Thursday, July 9, 2015

How would you select all the users, whose phone number is null?



SELECT user_name FROM users WHERE ISNULL(user_phonenumber);

No comments: