A-A+

下列语句错误的是() A.select * from orders where ordername is not null; B.select

2022-08-11 00:34:17 IT认证 阅读

问题详情

下列语句错误的是()

A.select * from orders where ordername is not null;

B.select * from orders where ordername<>null;

C.select * from orders where ordername is null;

D.select * from orders where ordername not is null;

参考答案

考点: