Get top values for each of the columns in the database in SQL Server 2017

前端 未结 0 878
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-04 08:07

I would like to execute the following command to retrieve the top values on all the fields of my database:

select top(100) COLUMN_NAME, count(*) as number
fro         


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