摘要:
第七次上课 集合包含判断 in (1)单值情况: Where x =单值 (2)多值、集合: where 字段名 in(集合值) --例子 select * from 学生表 where 学号='2009010103' select * from 学生表 where 学号= (select 学号 f 阅读全文
摘要:
转载于:SQL WHERE 子句 | 菜鸟教程 (runoob.com) 部分内容来自大佬们的笔记。 WHERE 子句用于过滤记录。 提取那些满足指定条件的记录。 SQL WHERE 语法 SELECT column_name,column_name FROM table_name WHERE co 阅读全文