SQL 行轉成字符串,隔開

select stuff((select ','+ CONVERT(VARCHAR(50),lateminute) from T_Attendance_Abnormal WHERE lateminute>0 for xml path('')),1,1,'')
相關文章
相關標籤/搜索