I have in my table 3 rows. 2 of them with the same value (valueA) on field status and the 3-rd one with another value (valueB).
What i want to do is to display a message to show me how many rows with the same value exists. Example below:
EX: There are 2 status value in the database There are 1 status value in the database
How can i achive that? Thank you.