MySQL查询

1.查询 建立数据库、数据表python -- 建立数据库 create database python_test_1 charset=utf8; -- 使用数据库 use python_test_1; -- students表 create table students( id int unsigned primary key auto_increment not null,
相关文章
相关标签/搜索