
SQL
powerlwj
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
辣鸡刘的Leetcode之旅3(SQL Part)【两表合并查询,第二高薪,挣钱比经理多, 重复值查询】
1. 两表合并查询(Combine Two Tables) 题目描述: Table: Person +-------------+---------+ | Column Name | Type | +-------------+---------+ | PersonId | int | | FirstName | varchar | | LastName | v...原创 2018-09-01 20:55:19 · 310 阅读 · 0 评论 -
Leetcode5(SQL Part)【谁没点餐】
Customers Who Never Order 题目描述: Suppose that a website contains two tables, the Customers table and the Orders table. Write a SQL query to find all customers who never order anything. Table: Cust...原创 2018-09-05 15:43:09 · 334 阅读 · 1 评论