How to export a table with particular condition and then to export excel in postgresql?

前端 未结 0 839
抹茶落季
抹茶落季 2020-12-18 17:27

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

SELECT *
FROM table_name
WHERE column_name = \'conditi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题