Is it possible to utilize Recursive CTE in this example?

前端 未结 0 566
悲哀的现实
悲哀的现实 2020-12-04 02:26
IF OBJECT_ID(\'tempdb..#MyTable\') IS NOT NULL DROP TABLE #MyTable
create table #MyTable (PolNo varchar(50), ControlNo int, PrevControlNo int, Premim money)
insert i         


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