
2008年9月16日
摘要:
update Friendship set friendGroup = trim(leading "2," from friendGroup) where friendGroup REGEXP "^2,([:digit:],)*" ;
update Friendship set friendGroup = replace (friendGroup,',2,',',') where friendGroup REGEXP ",2,([:digit:],)*" ;
閱讀全文
posted @
2008-09-16 21:33 小咔咔 閱讀(410) |
評論 (2) |
編輯 收藏