Nov 6, 2014

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

SELECT user_name FROM users WHERE ISNULL(user_phonenumber);

0 comments:

Post a Comment