若想查询出所有姓张的、且出生日期为空的学生信息,则where条件应为:( )
A、姓名 like ‘张%’and 出生日期=NULL;
B、姓名 like ‘张*’and 出生日期=NULL;
C、姓名 like ‘张%’and 出生日期 is NULL;
D、姓名 like ‘张_’and 出生日期 is NULL
发布时间:2025-08-08 17:01:29
A、姓名 like ‘张%’and 出生日期=NULL;
B、姓名 like ‘张*’and 出生日期=NULL;
C、姓名 like ‘张%’and 出生日期 is NULL;
D、姓名 like ‘张_’and 出生日期 is NULL