mysql 左右連接

結構: create database testdb; use testdb; create table `stuinfo`( `stuid` int not null auto_increment,     `stuname` varchar(50) not null,     `stuage` int not null ,     primary key(`stuid`) ); create
相關文章
相關標籤/搜索