Pivoting a table with one row in SQL

后端 未结 0 450
死守一世寂寞
死守一世寂寞 2021-01-15 04:35

I have a weekly report where I have to share our performance. I have the following query

SELECT COUNT(*) AS Transactions,
COUNT(DISTINCT id) as Customers,
SUM         


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