mysql查询的方法:
mysql中查询数据要使用“select”语句。例如查询class表的班级id,使用“select id from class”语句即可
示例如下:
查询class表的班主任名字
select teacherName from class
更多Python知识,请关注:!!