Postgresql – How to find rows whose column value has either a leading or trailing space
How to find all rows whose column value has either a leading or trailing space (either single or multiple or just empty. I would like to filter all rows which has the above condition. This is what I tried select…