问题详情
从学生()字段查找姓“张”的学生可以使用如下代 码:select * from student where
A、NAME= ’张*’
B、NAME= ‘%张%’
C、NAME LIKE ‘张%’
D、NAME LIKE ‘张*’