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