Drop Temporary Table

suggest change

Drop Temporary Table is used to delete the temporary table which you are created in your current session.

DROP TEMPORARY TABLE tempTable1

DROP TEMPORARY TABLE IF EXISTS tempTable1

Use IF EXISTS to prevent an error occurring for tables that may not exist

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents