0

I want to export this table to Excel using the above condition.

SELECT *
FROM table_name
WHERE column_name = 'condition'
Evaldas Buinauskas
  • 13,739
  • 11
  • 55
  • 107
pythoncoder
  • 575
  • 3
  • 8
  • 17
  • If `column_name` be the name of an actual column, then you should use single quotes: `WHERE column_name = 'condition'` – Tim Biegeleisen Dec 18 '20 at 10:11
  • Does this help: https://stackoverflow.com/questions/25987226/postgresql-query-output-as-a-excel-file – costaparas Dec 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) – costaparas Dec 18 '20 at 10:12

0 Answers0