摘要:
一、SPLIT LINE USE SQL: I have a table like this ID CommaSeperatedString 1 a,b,c,d,e 2 x,y,z What I want is to convert this into ID Text 1 a 1 b 1 c 2 x 2 y ... 阅读全文
posted @ 2012-04-26 22:48
guzufeng
阅读(230)
评论(0)
推荐(0)