最佳答案
我有一个包含两个字段(国家和 ISO 代码)的表:
Table1
field1 - e.g. 'Afghanistan' (without quotes)
field2 - e.g. 'AF'(without quotes)
在一些行中,第二个字段在开始和/或结束处有空格,这会影响查询。
Table1
field1 - e.g. 'Afghanistan' (without quotes)
field2 - e.g. ' AF' (without quotes but with that space in front)
有没有办法(在 SQL 中)遍历表并查找/替换 field2中的空格?