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