-- Drop table.
DROP TABLE tblTable01
-- Checks to see if table exist first.
DROP TABLE IF EXISTS tblTable01

Last modified: March 9, 2020

Author

Comments

Write a Reply or Comment