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 月光记忆 阅读(319) 评论(0)  编辑  收藏 所属分类: ORCLE
<2025年10月>
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678

留言簿(2)

随笔分类

文章分类

文章档案

搜索

  •  

最新评论