if(varName==null)returnfalse;// couldn't resolve the var!
if(varName==null)returnfalse;// couldn't resolve the var!
command.CommandText="declare "+varName+"_TSS table(val "+colType+");insert "+varName+"_TSS (val) select value from string_split("+varName+",',');"+sql;