Created
April 23, 2016 00:23
-
-
Save githoov/744ae09d8ef0b70aa2522681151fd35e to your computer and use it in GitHub Desktop.
Pinger Benchmarks: Drop Tables
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
drop table if exists pinger.event_tmp1; | |
drop table if exists pinger.event_tmp2; | |
drop table if exists pinger.event_tmp3; | |
drop table if exists pinger.event_tmp4; | |
drop table if exists pinger.event_tmp5; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment