Converting postgres window function with condition into Django ORM

前端 未结 0 1492
梦如初夏
梦如初夏 2021-02-13 05:38

I need help converting following postgres sql into django ORM.

with t as (
    select ft.student_id , ftd.pending_amt 
        ,row_number() over(partition by stu         


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