Link to home
Start Free TrialLog in
Avatar of BR
BRFlag for Türkiye

asked on

drop table sql script

I imported some data to my Mysql database and Mysql created new tables ( I forgot to give the table names )
Mysql automatically gave them name as TABLE 10 and TABLE 13,
I decided to delete the tables but I can not delete them because the sql script do not work since TABLE names sequential,
DROP TABLE TABLE 10,
how can I delete them?
ASKER CERTIFIED SOLUTION
Avatar of zephyr_hex (Megan)
zephyr_hex (Megan)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial