Discussion board
How do you get the number of rows affected by query?
By Manju S Reddy
How do you get the number of rows affected by query? ????
Reply
Post   Reset
Teacher SiliconIndia replied to Manju S Reddy Thursday, March 18, 2010
Hi Manjunath,
SELECT COUNT (user_id) FROM users would only return the number of user_id's.