Sub-Query result in the PIVOT IN-List exceeds max limit

前端 未结 0 759
臣服心动
臣服心动 2020-12-13 08:18

I am putting together what is currently a pretty simple pivot query.

select 
*
from
some_table
    pivot (max(col_c) for col_b in (select distinct col_b from          


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