Deleting Source Table after copying content
I have copied content from one Table to other. Now I want to delete source Table. How can I do it
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jean PaulPosted Nov 2, 2011, 3:53 AM
or
Use the DROP command
eg: DROP TABLE table1;