MySQL leetcode刷题 (7):183. 从不订购的客户

题目描述: 某网站包含两个表,Customers 表和 Orders 表。编写一个 SQL 查询,找出全部从不订购任何东西的客户。html Customers 表:web ±—±------+ | Id | Name | ±—±------+ | 1 | Joe | | 2 | Henry | | 3 | Sam | | 4 | Max | ±—±------+ Orders 表:sql ±—±-
相关文章
相关标签/搜索