1、表重命名
ALTER TABLE old_table_name RENAME TO new_table_name;如:
ALTER TABLE score4 RENAME TO score5;2、修改表属性值
ALTER TABLE table_name SET TBLPROPERTIES table_properties;
table_properties:: (property_name property_value, property…
问题: 当我们直接使用命令下载huggingface大模型时,如git clone https://huggingface.co/THUDM/chatglm-6b,可能会出现fatal: unable to access https://huggingface.co/THUDM/chatglm-6b/: Failed to connect to huggingface.co port 443: C…