mysql数据查询 1.查询基础

mysql数据查询  1.查询基础 首先创建一个测试表infor如下,添加一些数据: create table infor(id int auto_increment primary key not null, name varchar(10) not null, python int, java int, c int, shell int); 1.1查询所有列 select*from infor
相关文章
相关标签/搜索