sql:复制数据到另一个表中

insert into table_a (name,address,longitude,latitude,area_id)
(select name,address,longitude,latitude,area_id from table_b)

猜你喜欢

转载自blog.csdn.net/Lune2018/article/details/81034269