(select * from student where sname like '王%') 我查出了姓王的,但那非 字 不知道怎么表示了.题目是查表 student中不是姓王的信息

来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/15 06:51:10
(select*fromstudentwheresnamelike''王%'')我查出了姓王的,但那非字不知道怎么表示了.题目是查表student中不是姓王的信息(select*fromstudentwh

(select * from student where sname like '王%') 我查出了姓王的,但那非 字 不知道怎么表示了.题目是查表 student中不是姓王的信息
(select * from student where sname like '王%') 我查出了姓王的,但那非 字 不知道怎么表示了.
题目是查表 student中不是姓王的信息

(select * from student where sname like '王%') 我查出了姓王的,但那非 字 不知道怎么表示了.题目是查表 student中不是姓王的信息
select * from student where sname not like '王%'