logo - 刷刷题
下载APP
【单选题】

在SQL语法中,like关键字用于匹配模糊查询,下列语句执行报错的是?

A.
select * from A where name like '%A'
B.
select * from A where name like 'A%'
C.
select * from A where name like '%A%'
D.
select * from A where name like 1%
举报
题目标签:配模关键字模糊
参考答案:
参考解析:
.
刷刷题刷刷变学霸
举一反三