Questionaries.org
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.
Let us know at info@questionaries.org
How do you get the number of rows affected by query in SQL mysql?
6
like
0
dislike
Hello
How do you get the number of rows affected by query?
please reply me. i am waiting for your reply.
Thanx
asked
1 year
ago
by
DBA-boss
(
120,990
points)
rows
affected
query
sql
mysql
1 Answer
1
like
0
dislike
Best answer
SELECT COUNT (user_id) FROM users would only return the number of user_id’s.
Thanx
answered
1 year
ago
by
eagles11
(
179,830
points)
Related questions
6
like
0
dislike
1
answer
How would you select all the users, whose phone number is null?
asked
1 year
ago
by
DBA-boss
(
120,990
points)
mysql
website
query
8
like
0
dislike
1
answer
how to have condition in a nested SQL query?
asked
1 year
ago
by
eagle09
(
95,490
points)
mysql
sql
question
database
7
like
0
dislike
1
answer
How do I write this MySQL query?
asked
1 year
ago
by
eagle09
(
95,490
points)
database
sql
mysql
php
4
like
0
dislike
1
answer
How do you concatenate strings in MySQL?
asked
1 year
ago
by
eagles11
(
179,830
points)
mysql
sql
8
like
0
dislike
1
answer
check for NULL value in MySql query
asked
1 year
ago
by
eagle09
(
95,490
points)
mysql
database
sql
php
question