Find the Biggest Number of Consecutive Occurrence of values in Table

前端 未结 0 949
悲&欢浪女
悲&欢浪女 2020-12-24 06:40

I have below table

create table #t (Id int, Name char)

insert into #t values
(1, \'A\'),
(2, \'A\'),
(3, \'B\'),
(4, \'B\'),
(5, \'B\'),
(6, \'B\'),
(7, \'C\         


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