Leetcode的SQL题:182. 查找重复的电子邮箱

链接:https://leetcode.cn/problems/duplicate-emails/

我的代码

select distinct a.email
from person a inner join person b
on a.id!=b.id and a.email = b.email

提交结果

提交结果 执行用时 内存消耗 语言 提交时间 备注
通过 395 ms 0 B MySQL 2022/07/01 15:23
posted @   孤舟浮岸  阅读(18)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· .NET Core 中如何实现缓存的预热?
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 如何调用 DeepSeek 的自然语言处理 API 接口并集成到在线客服系统
· 【译】Visual Studio 中新的强大生产力特性
点击右上角即可分享
微信分享提示