mysql字段中数字字符截取(100)

  • 主题发起人 主题发起人 rixwy
  • 开始时间 开始时间
R

rixwy

Unregistered / Unconfirmed
GUEST, unregistred user!
mysql 数据库有一字段每一列中都有一串数字代码(长度不固定,位置不固定),如何批量更新将其删除掉?格式如: adfaf 239203 adfasf adfasf afdasf lklkjl liowls iwod 3902 asdfa ls oidsa dsi sdfoie 29023 asdflafs
 
想得到的结果是什么?格式如: adfaf 239203 adfasf adfasf afdasf lklkjl liowls iwod 3902 asdfa ls oidsa dsi sdfoie 29023 asdflafs=格式如: adfaf adfasf adfasf afdasf lklkjl liowls iwod asdfa ls oidsa dsi sdfoie asdflafs????是么?
 
ranyang,正是想得么这个结果,麻烦帮帮忙
 
我没有mysql的环境~select 你的字段,REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(REPLACE(你的字段,'0',''),'1',''),'2',''),'3',''),'4',''),'5',''),'6',''),'7',''),'8',''),'9','') filter_num from 你的表;效率不太高~
 
后退
顶部