MySQL经常使用功能整理

1、查询语句 一、字符串截取:mysql update sys_area set short_name = substring_index(short_name, '地区', 1) where type = 3 and short_name is not null and short_name like '%地区' substring(str, pos); substring(str, pos,
相关文章
相关标签/搜索