Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- BEGIN
- CREATE TABLE
- INSERT 0 424
- TRUNCATE TABLE
- INSERT 0 53
- NOTE: This has created a backup of the original reporter.schedule
- table, named reporter.schedule_original. Once you are sure that everything
- works as expected, you can delete that table by issueing the following:
- DROP TABLE reporter.schedule_original;
- CREATE INDEX
- COMMIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement