22,300
社区成员




update t_store
set LONGITUDE = n.LONGITUDE,
LATITUDE = n.LATITUDE
from t_store m ,t_map n
where charindex(m.name,n.name)> 0
update t_store
set LONGITUDE = n.LONGITUDE,
LATITUDE = n.LATITUDE
from t_store m , t_map n
where charindex(m.name,n.name) > 0