postgres: apply aggregate function to column with spaces in name

前端 未结 0 1378
予麋鹿
予麋鹿 2021-01-13 08:08

I am trying to run a query like this

SELECT group, sum("a column with spaces") FROM x GROUP BY group
         


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