【发布时间】:2012-04-20 16:25:55
【问题描述】:
使用 MS Access 2010。 我在表中有一个字段,其中包含用引号括起来的 Windows 路径名,如下所示
"C:\My Documents\Photos\img1.jpg"
"C:\My Documents\Photos\products\gizmo.jpg"
"C:\My Documents\Photos\img5.jpg"
等等。
我需要去掉引号,所以列看起来像这样:
C:\My Documents\Photos\img1.jpg
C:\My Documents\Photos\products\gizmo.jpg
C:\My Documents\Photos\img5.jpg
有没有办法编写更新查询来做到这一点? 或者有更好的方法来完成它?
【问题讨论】:
标签: ms-access sql-update