摘要: MySQL数据库命令大全 --数据库操作前的准备-- 创建数据库-- create database python_test_1 charset=utf8; -- 使用数据库-- use python_test_1; -- students表-- create table students(-- i 阅读全文
posted @ 2020-09-28 10:44 在代码的道路上倔强 阅读(90) 评论(0) 推荐(0)