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

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/04 02:05:16
(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 like '王%') 我查出了姓王的,但那非 字 不知道怎么表示了.题目是查表 student中不是姓王的信息
select * from student where sname not like '王%'