If `column_name` be the name of an actual column, then you should use single quotes: `WHERE column_name = 'condition'`
– Tim BiegeleisenDec 18 '20 at 10:11
Does this help: https://stackoverflow.com/questions/25987226/postgresql-query-output-as-a-excel-file
– costaparasDec 18 '20 at 10:11
1
Does this answer your question? [PostgreSQL query output as a excel file](https://stackoverflow.com/questions/25987226/postgresql-query-output-as-a-excel-file)
– costaparasDec 18 '20 at 10:12