在MyBatis中,以下哪项属于查询班级所有李姓学生的SQL语句()
在MyBatis中,以下哪项属于查询班级所有李姓学生的SQL语句()
A、select * from student where name like'李%'
B、select * from student where name ='李%'
C、select * from student where name like '%李%'
D、select * from student where name = '李_'
正确答案:A
Tag:MyBatis数据持久化框架 语句 班级
时间:2024-04-20 21:29:36