摘要: # 2082. 富有客户的数量 2023年8月13日20:02:31 [2082. 富有客户的数量](https://leetcode.cn/problems/the-number-of-rich-customers/) 简单 SQL Schema Pandas Schema 表: `Store` 阅读全文
posted @ 2023-08-13 21:56 吾执青剑向天涯 阅读(14) 评论(0) 推荐(0) 编辑
摘要: # 1741. 查找每个员工花费的总时间 2023年8月13日21:39:21 [1741. 查找每个员工花费的总时间](https://leetcode.cn/problems/find-total-time-spent-by-each-employee/) 简单 SQL Schema Panda 阅读全文
posted @ 2023-08-13 21:55 吾执青剑向天涯 阅读(16) 评论(0) 推荐(0) 编辑
摘要: # 1795. 每个产品在不同商店的价格 2023年8月13日19:40:25 [1795. 每个产品在不同商店的价格](https://leetcode.cn/problems/rearrange-products-table/) 简单 SQL Schema Pandas Schema 表:`Pr 阅读全文
posted @ 2023-08-13 21:55 吾执青剑向天涯 阅读(26) 评论(0) 推荐(0) 编辑
摘要: # 1907. 按分类统计薪水 2023年8月13日20:58:41 [1907. 按分类统计薪水](https://leetcode.cn/problems/count-salary-categories/) 中等 23 相关企业 SQL Schema Pandas Schema 表: `Acco 阅读全文
posted @ 2023-08-13 21:55 吾执青剑向天涯 阅读(26) 评论(0) 推荐(0) 编辑
摘要: # 511. 游戏玩法分析 I 2023年8月13日21:49:47 [511. 游戏玩法分析 I](https://leetcode.cn/problems/game-play-analysis-i/) 简单 SQL Schema Pandas Schema 活动表 `Activity`: ``` 阅读全文
posted @ 2023-08-13 21:53 吾执青剑向天涯 阅读(21) 评论(0) 推荐(0) 编辑
摘要: # 1173. 即时食物配送 I 2023年8月13日20:14:17 [1173. 即时食物配送 I](https://leetcode.cn/problems/immediate-food-delivery-i/) 简单 48 相关企业 SQL Schema Pandas Schema 配送表: 阅读全文
posted @ 2023-08-13 21:53 吾执青剑向天涯 阅读(14) 评论(0) 推荐(0) 编辑
摘要: # 178. 分数排名 2023年8月13日18:10:41 [178. 分数排名](https://leetcode.cn/problems/rank-scores/) 中等 SQL Schema Pandas Schema 表: `Scores` ``` + + + | Column Name 阅读全文
posted @ 2023-08-13 21:52 吾执青剑向天涯 阅读(68) 评论(0) 推荐(0) 编辑
摘要: # 88. 合并两个有序数组 2023年8月13日17:05:45 [88. 合并两个有序数组](https://leetcode.cn/problems/merge-sorted-array/) 简单 给你两个按 **非递减顺序** 排列的整数数组 `nums1` 和 `nums2`,另有两个整数 阅读全文
posted @ 2023-08-13 21:52 吾执青剑向天涯 阅读(11) 评论(0) 推荐(0) 编辑
摘要: # 196. 删除重复的电子邮箱 2023年8月13日19:16:12 [196. 删除重复的电子邮箱](https://leetcode.cn/problems/delete-duplicate-emails/) 简单 SQL Schema Pandas Schema 表: `Person` `` 阅读全文
posted @ 2023-08-13 21:52 吾执青剑向天涯 阅读(20) 评论(0) 推荐(0) 编辑
摘要: # 184. 部门工资最高的员工 2023年8月13日14:37:26 [184. 部门工资最高的员工](https://leetcode.cn/problems/department-highest-salary/) 中等 SQL Schema Pandas Schema 表: `Employee 阅读全文
posted @ 2023-08-13 14:39 吾执青剑向天涯 阅读(14) 评论(0) 推荐(0) 编辑