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