What is the way to achieve expected result from psql select:
SELECT 'Hello world';
using this in SQuirreL I get value: in unnamed column. What is the way to get string Hello world as a result?
I want to use this approach to format outputs using commas, colons, etc. Is there another way to pre-prepare results for further usage?
Thanks in advance for any help