Brynn Park
close
프로필 배경
프로필 로고

Brynn Park

    • 분류 전체보기 (79)
      • Blockchain (10)
        • 마스터링 이더리움 (7)
        • 기본 개념 (1)
        • 개발 (2)
      • Algorithm (60)
        • LeetCode (19)
        • BOJ (33)
        • Programmers (6)
        • CodeTree (0)
      • SQL (1)
        • LeetCode (1)
      • 소프트웨어_개발 (3)
  • mode_edit_outline글작성
  • settings환경설정
  • 홈
  • 태그
  • 방명록
  • 카테고리
LeetCode 1581. Customer Who Visited but Did Not Make Any Transactions

LeetCode 1581. Customer Who Visited but Did Not Make Any Transactions

구현 오류 # Write your MySQL query statement below select distinct v.customer_id, count(v.visit_id) as count_no_trans from Visits v where not exists ( select v.visit_id from Visits v, Transactions t where v.visit_id = t.visit_id ) group by v.customer_id; ❌ 이유 ❌ WHERE NOT EXISTS 에서 from Visits, Transactions 가 모두 들어간 것이 오류 💡 from에 여러개의 table을 넣으면 어떻게 될까? from 에 2개의 table을 넣게 되면, 2개의 Table이 그냥 Cartesia..

  • format_list_bulleted SQL/LeetCode
  • · 2023. 8. 10.
  • textsms
  • 1
공지사항
전체 카테고리
  • 분류 전체보기 (79)
    • Blockchain (10)
      • 마스터링 이더리움 (7)
      • 기본 개념 (1)
      • 개발 (2)
    • Algorithm (60)
      • LeetCode (19)
      • BOJ (33)
      • Programmers (6)
      • CodeTree (0)
    • SQL (1)
      • LeetCode (1)
    • 소프트웨어_개발 (3)
최근 글
인기 글
최근 댓글
태그
  • #블록체인
  • #웹3
  • #array
  • #Algorithm
  • #greedy
  • #BOJ
  • #leetcode
  • #DP
  • #Medium
  • #c
전체 방문자
오늘
어제
전체
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바