1. 程式人生 > >同一資料庫,從這個表遷移到另外一張表

同一資料庫,從這個表遷移到另外一張表

開發十年,就只剩下這套架構體系了! >>>   

要求:

1、同一個資料庫

2、兩張表結構相同

insert into t_walk_user_step_history
(user_id,city_id,steps,prop_steps,today_praise,today_date,insert_time)
select
user_id,city_id,steps,prop_steps,today_praise,today_date,update_time
from t_w