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
Post a Comment