你可以打开数据库看一下,如果数据库没有加密的话。如果密码是md5加密的,你可以强行替换成一个已知的,然后用它登录。
select * from hw_studentinfowhere course = ‘java’and score > (select avg(score) from hw_studentinfo where course = ‘java’)