Answer the question
In order to leave comments, you need to log in
SQL output the number of identical values?
There is a table
Ban| banana| login
12| 12| master
1 | 5 |master
2| 3| kiril
6|8|maksim
5|3| MASTER
how to output for example the number of master in the code?
Answer the question
In order to leave comments, you need to log in
SELECT COUNT(*) FROM `table_name` WHERE `login`='master'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question