赞
踩
select
substring_index(substring_index(目标字段名,"(",1),’)’,-1) AS 去除括号及括号内的内容,
REPLACE(REPLACE(目标字段名,’(’,’’),’)’,’’) AS 只是去掉括号,
substring_index(substring_index(目标字段名,’)’,1),’(’,-1) AS 获取括号中的内容
from table
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。