update table_name
set column = Left(column, InStr(column, " ")-1)
where InStr(column, " ")>0;
Practice my sql skill..
所有跟帖:
•
谢谢,我这就去试
-青铜骑士-
♂
(0 bytes)
()
08/21/2007 postreply
00:39:47
•
问题解决了,方案没问题,多谢帮助!
-青铜骑士-
♂
(0 bytes)
()
08/21/2007 postreply
05:22:19