Guest User

Untitled

a guest
Aug 8th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. jdbc:redshift://conn/setA
  2.  
  3. jdbc:redshift://conn/setB
  4.  
  5. CREATE TABLE `onlineStoreProduction.Orders` LIKE `onlineStore.Orders`;
  6. INSERT INTO `onlineStoreProduction.Orders` SELECT * FROM `onlineStore.Orders`;
Add Comment
Please, Sign In to add comment