sql - Unable to total number of words that appear in a table -



sql - Unable to total number of words that appear in a table -

i'm having problem trying find total amount of times word appears in entire table. code counts number of times word appears in each row. how around issue?

select comments, count(*) total ae comments '%'%' grouping comments

if anymore code please inquire :)

will number enough?

select count(comments) total ae comments '%'%'

sql

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -