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