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
相關文章
相關標籤/搜索