일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- NLP
- convert to shp
- string to list
- 플라스크
- 크롤링
- colab runtime
- Merge Repositories
- 웹페이지
- geopandas
- Crawling
- 해시태그
- python buildpacks
- Chat-GPT
- 백준
- 코랩 런타임
- geoDataFrame
- 인스타그램
- flask
- 파이썬
- clustering
- 셀레니움
- kmeans
- 혁신성장부문
- 알고리즘
- Python
- 2164 카드2
- plotly dash
- Selenium
- 괄호 문제
- to shp
Archives
- Today
- Total
코딩코딩코딩
[HackerRank] African Cities 본문
SELECT CITY.NAME
FROM CITY
INNER JOIN COUNTRY ON CITY.CountryCode = COUNTRY.Code
WHERE COUNTRY.CONTINENT = 'Africa'
'MySQL > Problem Solving' 카테고리의 다른 글
[LeetCode] 183. Customers Who Never Order (2) | 2022.02.06 |
---|---|
[HackerRank] Average Population of Each Continent (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