MySQL查询结果添加值固定列和自增列

测试数据准备:web create table student( stu_id int primary key, stu_name varchar(20), chinese_score int, math_score int); insert into student values(1,'Tom',90,80); insert into student values(2,'Mike',70,90
相关文章
相关标签/搜索