Postgresql – How to look for values in a Postgres column that begin with INPUT and contain X instances of a character?
I have a COLUMN in a Postgres table which has values with the following pattern. INPUT-X INPUT-X-Y INPUT-X-Y-Z INPUT-X-Y-Z-A-... I am trying to count the number of entries in COLUMN where the value begins with INPUT and contains a given…