Finding mode in SQL Server

后端 未结 0 1856
你的背包
你的背包 2020-12-04 04:36

I have the below query which returns me the mode which is the most repeated value in a data set

select top 1 TargetPriceRec as mode 
from PricingRecurring  
G         


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