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
相关文章
相关标签/搜索