Code : DECLARE @id_list VARCHAR(MAX) = '21100010004,21100010008,21100010011' DECLARE @table TABLE ( id VARCHAR(50) ) DECLARE @x INT = 0 DECLARE @firstcomma INT = 0 DECLARE @nextcomma INT = 0 SET @x = LEN(@id_list) - LEN(REPLACE(@id_list, ',', '')) + 1 -- number of ids in id_list WHILE @x > 0 BEGIN SET @nextcomma = CASE WHEN CHARINDEX(',', @id_list, @firstcomma + 1) = 0 THEN LEN(@id_list) + 1 ELSE CHARINDEX(',', @id_list, @firstcomma + 1) ...
hour of code activities,code.org dance party,hour of code | dance party,google studio code,code.org sign in,code org join,code.org minecraft,hour of code,types of coding,computer coding for beginners,coding websites,coding games,characteristics of algorithm,algorithms for beginners,how to write an algorithm,algorithm synonym,algorithm examples,types of algorithm,what is algorithm in computer,algorithm tutorial