语法格式:

DROP TABLE IF EXISTS table_name; 

例子:

DROP TABLE IF EXISTS `temp_sum_sorce`; 

说明:所有数据表都可以使用以上方法,包括临时表。