Mysql – Using COUNT() and WHERE clause returns either zero or an empty set
I have a csv file which I loaded into MySQL after creating a database and a table (phones). The columns of the table among others are: state and phone_condition. Also, I have ran many queries which were successful; but this…