The best way to drop all tables in a database is by executing DROP DATABASE, which will drop the database itself, and all tables in it. However, if you want to ...
確定! 回上一頁