일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 웹페이지
- 해시태그
- Crawling
- 알고리즘
- convert to shp
- plotly dash
- Selenium
- 혁신성장부문
- geoDataFrame
- 코랩 런타임
- kmeans
- Merge Repositories
- flask
- clustering
- 2164 카드2
- geopandas
- Chat-GPT
- string to list
- NLP
- 셀레니움
- 플라스크
- colab runtime
- Python
- 백준
- to shp
- 인스타그램
- python buildpacks
- 파이썬
- 괄호 문제
- 크롤링
Archives
- Today
- Total
코딩코딩코딩
[LeetCode] 183. Customers Who Never Order 본문
SELECT Customers.name AS Customers
FROM Customers
LEFT JOIN Orders ON Customers.id = Orders.CustomerId
WHERE CustomerId IS NULL
'MySQL > Problem Solving' 카테고리의 다른 글
[HackerRank] Average Population of Each Continent (0) | 2022.02.06 |
---|---|
[HackerRank] African Cities (0) | 2022.02.06 |
[HackerRank] Population Census (0) | 2022.02.06 |
[LeetCode] 1179.Reformat Department Table, MySQL 피봇테이블 (0) | 2022.02.06 |
[HackerRank] Type of Triangle (0) | 2022.01.18 |
Comments