5 lines
133 B
SQL
5 lines
133 B
SQL
update testdb.dingdan2025 a
|
|
left join testdb.zhanming m
|
|
on a.充电站 = m.原站名
|
|
set a.站名 = m.站名
|
|
where a.站名 is null |