LeetCode180——連續出現的數字

我的LeetCode代碼倉:https://github.com/617076674/LeetCode 原題鏈接:https://leetcode-cn.com/problems/consecutive-numbers/description/ 題目描述: 知識點:多表聯查 思路:三表聯查 由於使用交叉連接查詢,返回的是笛卡爾積形式,會返回3個一樣的滿足條件的數據,我們需要用DISTINCT關鍵字
相關文章
相關標籤/搜索