Initial Checkin
This commit is contained in:
3
mergeData.sql
Normal file
3
mergeData.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
select 'Merging Stage into requests';
|
||||
insert into requests select * from stage where not exists (select 1 from requests where requests.id=stage.id);
|
||||
|
||||
Reference in New Issue
Block a user