Locate popular strings with PostgreSQL
问题 I have a bunch of text rows in a PostgreSQL table and I am trying to find common strings. For example, let's say I have a basic table like: CREATE TABLE a (id serial, value text); INSERT INTO a (value) VALUES ('I go to the movie theater'), ('New movie theater releases'), ('Coming out this week at your local movie theater'), ('New exposition about learning disabilities at the children museum'), ('The genius found in learning disabilities') ; I am trying to locate popular strings like movie