Postgresql – How to check if a value is made of spaces in SQL?
I'm trying to make a query in my PostgreSQL database that checks whether an optional string value exists or not. How do I do that, taking into account my database always fill out the full size of the column with…