摘要:
1 create table dis_exam( 2 id int primary key auto_increment not null , 3 student_name varchar(20) not null , 4 exam_python double default 0 , 5 exam_ 阅读全文
摘要:
1 # 查看数据时间 2 select now() ; 3 4 # 查询mysql版本 5 select version() ; 6 7 # 查看所有库 show + 库名 8 show databases ; 9 10 # 查看库的创建信息 show create + 库名 11 show cre 阅读全文