学习笔记(07):MySQL数据库从入门到搞定实战-子查询EXISTS和IN的使用

立即学习:https://edu.csdn.net/course/play/27328/370702?utm_source=blogtoedu 子查询:   子查询In:  where子句使用in语法: select column_name from table_name where column_name in(value1,value2,...)   如果in后面的值是来源于某个查询结果而并非
相关文章
相关标签/搜索