摘要: UPDATE 表名 SET 字段名=rtrim(left(字段名, instr(字段名, ' '))) where instr(字段名, ' ')> 0 阅读全文
posted @ 2020-11-12 09:51 Asa.Zhu 阅读(483) 评论(0) 推荐(0) 编辑