SELECT *FROM Split(‘1,2,w,e,q‘, ‘,‘);
SQL Server用SPLIT函数分割字符串
原文:http://www.cnblogs.com/sanday/p/8057603.html