HomeSQL 命令DDL 命令字典DROP DICTIONARYOn this pageDROP DICTIONARYIntroduced or updated: v1.2.636 删除指定的 dictionary。 语法 DROP DICTIONARY [ IF EXISTS ] <dictionary_name> 示例 以下示例删除 courses_dict dictionary: DROP DICTIONARY courses_dict;