forecast_api/build/merge_actuals_exec.sql

3 lines
140 B
MySQL
Raw Normal View History

2020-04-07 14:28:32 -04:00
2020-05-05 11:31:27 -04:00
DELETE FROM rlarp.osmf_dev WHERE odate < '2020-05-01';
2020-05-05 16:52:53 -04:00
INSERT INTO rlarp.osmf_dev SELECT * FROM rlarp.osmfs_dev WHERE odate < '2020-05-01';