MySql学习(六)

使用子查询sql 子查询:即嵌套在其余查询中的查询函数 select cust_name,cust_contact from customers where cust_id IN (select cust_id from orders where order_num IN (select order_num from orderitems where prod_id = 'TNT2')); 子查询
相关文章
相关标签/搜索