每个单元格都有空格 怎么能批量删除
查询结果
select trim(id) as ID from tablename
更新表格内容(更新之前记得做备份)
update tablename set ID=trim(ID)
在 SQL 中,可以使用函数 TRIM() 来去除字符串的前后空格