Kotlin Exposed query select where or groubBy LocalDate Year, Month, Week, Day

前端 未结 0 1063
忘掉有多难
忘掉有多难 2021-02-06 18:18

I\'m trying to get all the entries in a certain year from the sales table and to group them by month.

val query = Sales.slice(Sales.drinks.sum())
       .select {         


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