Advertisement
chrissharp123

Untitled

Oct 7th, 2020
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. BEGIN
  2. CREATE TABLE
  3. INSERT 0 424
  4. TRUNCATE TABLE
  5. INSERT 0 53
  6. NOTE: This has created a backup of the original reporter.schedule
  7. table, named reporter.schedule_original. Once you are sure that everything
  8. works as expected, you can delete that table by issueing the following:
  9.  
  10. DROP TABLE reporter.schedule_original;
  11.  
  12. CREATE INDEX
  13. COMMIT
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement