docker

March 14, 2022

dockerimage 镜像container 容器repository 仓库 Read more

mysql-高级查询3

March 10, 2022

嵌套查询成绩表 --成绩号 学号 科目select 成绩 from 成绩表 where 科目='计算机';select sum(cj) from 成绩表 where 成绩=(select 成绩 from 成绩表 where 科目='计算机’); Read more

mysql基础2

March 9, 2022

create table teacher(id int primary key auto increment,name varchar(20) not null,gender varchar(5) not null,age int;); Read more

© 2024 | The Asuna Blog From | X-ways theme