posts - 0,  comments - 3,  trackbacks - 0
办法1
update table
set x=replace(x,' ','');

办法2
oracle 10g可以试一下下面的语句
update table t set col1 =
  REGEXP_REPLACE(col1,  '( ){1,}', '') "REGEXP_REPLACE"
posted on 2009-07-24 18:34 月光记忆 阅读(312) 评论(0)  编辑  收藏 所属分类: ORCLE
<2025年6月>
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345

留言簿(2)

随笔分类

文章分类

文章档案

搜索

  •  

最新评论