1. 程式人生 > >Leetcode no. 182

Leetcode no. 182

182. Duplicate Emails

Write a SQL query to find all duplicate emails in a table named Person.

+----+---------+
| Id | Email   |
+----+---------+
| 1  | [email protected] |
| 2  | [email protected] |
| 3  | [email protected] |
+----+---------+

For example, your query should return the following for the above table:

+---------+
| Email   |
+---------+
| [email protected] |
+---------+

Note: All emails are in lowercase.


# Write your MySQL query statement below
select Email from Person
group by Email
having count(*) >1


相關推薦

Leetcode no. 182

182. Duplicate Emails Write a SQL query to find all duplicate emails in a table named Person. +----+---------+ | Id | Email | +----+-

Learning python by leetcode: No.49 Group Anagrams

contents 題目 code FBI Warning details line 7 line 12 題目 leetcode 49 Group Anagrams code class So

Learning python by leetcode: No.56 Merge intervals

Contents Preview code Details list.sort() sorted Preview 題目及演算法描述 Time complexity : O(nlgn). code

Learning python by leetcode: No.179 Largest number

contents 題目 algorithm code details \_\_lt\_\_() map(function, iterable) str.join(iterable) sorted(iterab

LeetCode(No.13)--羅馬數字轉整數

羅馬數字包含以下七種字元: I, V, X, L,C,D 和 M。 字元 數值 I 1 V 5 X 10

LeetCode(No.9)--迴文數

判斷一個整數是否是迴文數。迴文數是指正序(從左向右)和倒序(從右向左)讀都是一樣的整數。 示例 1: 輸入: 121 輸出: true 示例 2: 輸入: -121 輸出: false 解釋: 從左向右讀, 為 -121 。 從右向左讀, 為 121- 。因此它不是一個迴文數。

LeetCode(No.5)--最長迴文子串

給定一個字串 s,找到 s 中最長的迴文子串。你可以假設 s 的最大長度為 1000。 示例 1: 輸入: “babad” 輸出: “bab” 注意: “aba” 也是一個有效答案。 示例 2: 輸入: “cbbd” 輸出: “bb” class Solution:

LEETCODE NO.32 Longest Valid Parentheses 詳細解答

先來看一下問題描述  分析:  1.考慮用棧來進行輔助,每次遇'('進行入棧,當遇')'時進行判斷,如果棧非空,那麼將棧頂元素所對應序號處的'('對應為當前遇到的')'(也就是說我們首先找到了離得最近的滿足條件的左右括號,後續判斷的時候從最短距離兩端進行擴充套件判斷

LeetCode:NO.2 Add Two Numbers

題目描述 You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their

LeetCode:NO.1Two Sum

LeetCode:NO.1Two Sum 題目描述 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You ma

LeetCode182.尋找重複的電子郵箱

182.尋找重複的電子郵箱編寫一個 SQL查詢,來查詢名為Person的表中的所有重複電子郵件。用到的表和資料SQL:Create table If Not Exists Person (Id int,

leetcode NO.171 Excel表列序號 (python實現)

來源 題目描述 給定一個Excel表格中的列名稱,返回其相應的列序號。 例如, A -> 1 B -> 2 C -> 3 ... Z -> 26 AA -> 27 AB -> 28 ... 示例 1:

Leetcode No. 94

存在 前序遍歷 nod 給定 int pop 邏輯 沒有 col 題目: 給定一個二叉樹,返回它的中序 遍歷。 示例: 輸入: [1,null,2,3] 1 2 / 3 輸出: [1,3,2]解答:做出如下分析:遍歷

Leetcode No.96

red 分享 輸出 ima sub for mtr cti 遞推 給定一個整數 n,求以 1 ... n 為節點組成的二叉搜索樹有多少種? 示例: 輸入: 3 輸出: 5 解釋: 給定 n = 3, 一共有 5 種不同結構的二叉搜索樹: 1

Leetcode No.93

== 求解 str leet true class span 函數 style 給定一個只包含數字的字符串,復原它並返回所有可能的 IP 地址格式。 示例: 輸入: "25525511135" 輸出: ["255.255.11.135", "255.255.111.3

Leetcode No.84 **

輸出 示例 單位 ima ack ges 其中 sign height 給定 n 個非負整數,用來表示柱狀圖中各個柱子的高度。每個柱子彼此相鄰,且寬度為 1 。 求在該柱狀圖中,能夠勾勒出來的矩形的最大面積。 以上是柱狀圖的示例,其中每個柱子的寬度為 1,給定

Leetcode No.136 ***

return 給定 leet clas col 輸入 turn int class 給定一個非空整數數組,除了某個元素只出現一次以外,其余每個元素均出現兩次。找出那個只出現了一次的元素。 說明: 你的算法應該具有線性時間復雜度。 你可以不使用額外空間來實現嗎? 示例

Leetcode No.135 *

div spa and 老師 評分 示例 一條直線 朋友 分發 老師想給孩子們分發糖果,有 N 個孩子站成了一條直線,老師會根據每個孩子的表現,預先給他們評分。 你需要按照以下要求,幫助老師給這些孩子分發糖果: 每個孩子至少分配到 1 個糖果。 相鄰的孩子中,評分

Leetcode No.145 **

etc () htm pos .html 後序 png 分享圖片 eno 給定一個二叉樹,返回它的 後序 遍歷。 示例: 輸入: [1,null,2,3] 1 2 / 3 輸出: [3,2,1]如圖,輸出結果為:

Leetcode No.144 **

ref 得到 中序 div tac preorder 系統 二叉樹遍歷 sta 給定一個二叉樹,返回它的 前序 遍歷。 示例: 輸入: [1,null,2,3] 1 2 / 3 輸出: [1,2,3]如圖輸出為