CAST (expression AS data_type) 用于数据的转化
isnull(@s+',','select years,months,') 判断(@s+',')是否为空,注意点,即使(@s+',')看似不为空,但是实际是为空的。