摘要:
14.1 使用子查询 什么是子查询?将某次查询的结果作为下次查询的匹配条件。 举个栗子:select cust_id from orders where order_num in (select order_num from orderitems where prod_id = 'TNT2'); 1 阅读全文
posted @ 2022-02-14 21:04 RonnieOS 阅读(48) 评论(0) 推荐(0)
|
|||
|
摘要:
14.1 使用子查询 什么是子查询?将某次查询的结果作为下次查询的匹配条件。 举个栗子:select cust_id from orders where order_num in (select order_num from orderitems where prod_id = 'TNT2'); 1 阅读全文
posted @ 2022-02-14 21:04 RonnieOS 阅读(48) 评论(0) 推荐(0) |
|||