How can I avoid nesting in the following query?

前端 未结 0 1639
天命终不由人
天命终不由人 2020-12-10 02:41

I am not allowed to use nested sub queries, how can I avoid them in the following query?

with t1 as (
    select
        prod, month, quant
    from
        s         


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