22,298
社区成员
发帖
与我相关
我的任务
分享update t_store
set LONGITUDE = n.LONGITUDE,
LATITUDE = n.LATITUDE
from t_store m ,t_map n
where charindex(m.name,n.name)> 0update t_store
set LONGITUDE = n.LONGITUDE,
LATITUDE = n.LATITUDE
from t_store m , t_map n
where charindex(m.name,n.name) > 0