多项选择题
mybaties中模糊查询like语句的写法()。
A.select *from foo where bar like #{value}B.select *from foo where bar like #{%value%}C.select *from foo where bar like %#{value}%D.select *from foo where bar like "%"${value}"%"
单项选择题 以下()属于查询班级所有学生并按照年龄升序排序的SQL语句。
单项选择题 以下()是查询学生记录表中的第3-5条数据。
单项选择题 以下()属于查询班级所有李姓学生的SQL语句。