How can I put the subject of the students by their Year Level?

前端 未结 0 1442
庸人自扰
庸人自扰 2020-12-30 07:31

student_table

INSERT INTO `student_table` (`student_id`, `name`, `year_level`, `section`) 
VALUES (1001, \'Paul\', \'4\', \'A\');    
INSERT          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题