Created
March 15, 2020 05:43
-
-
Save MinaMal/647570c28823b70ee6fba601c77ac0fd to your computer and use it in GitHub Desktop.
DROP TABLE Example
This file contains 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 t1; | |
DROP TABLE IF EXISTS t2; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment