Hello,
This is killing me.
Im trying to SELECT how many times a certain data is posted on my database.
Example: How many times the word "NYC" was submitted.
So the SELECT should display:
NYC - 15
Meaning the word "NYC" is posted in row "city" 15 times.
How can I SELECT such a query?
Thank you soo much.
This is killing me.
Im trying to SELECT how many times a certain data is posted on my database.
Example: How many times the word "NYC" was submitted.
So the SELECT should display:
NYC - 15
Meaning the word "NYC" is posted in row "city" 15 times.
How can I SELECT such a query?
Thank you soo much.
Comment