Discussion board
How would you select all the users, whose phone number is null?
By Manju S Reddy
How would you select all the users, whose phone number is null????
Reply
Post   Reset
Teacher SiliconIndia replied to Manju S Reddy Thursday, March 18, 2010
Hi Manjunath,
SELECT user_name FROM users WHERE ISNULL(user_phonenumber);