DROP TABLE [IF EXISTS] db_name.schema_name.tbl_name;. The query will check if the table exists and, if true, drop it; otherwise, ignore the ...
確定! 回上一頁