用:
Resultset rset = ment.executequery("select * from student where name like '李三'");试试!或者用:
Resultset rset = ment.executequery("select * from student where name like binary '李三'");