Forum : How do you get the number of rows affected by query?
Brief description  about Online courses   join in Online courses
View Manju  S Reddy 's Profile

How do you get the number of rows affected by query?

How do you get the number of rows affected by query? ????
Asked by Manju S Reddy | Mar 18, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
Hi Manjunath,
SELECT COUNT (user_id) FROM users would only return the number of user_id's.
Mar 18, 2010