SQL: Getting the values of all weekdays of a certain calendar week

前端 未结 0 1851
Happy的楠姐
Happy的楠姐 2021-01-28 17:09

I am trying to get the value of bought items of all weekdays of a certain calendar week.

select to_char(angelegt_am, \'Day\') angelegt_am,
sum(menge) menge
from f         


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