Creating a sum of each unique combination of 2, 3 or 4 columns

前端 未结 0 1913

This is how my table looks like right now:

DECLARE @indicators TABLE([Date_row] date, ind1 int, ind2 int, ind3 int, ind4 int, ind5 int);
INSERT INTO @indicato         


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