일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- SQL
- 그로스해킹
- 데이터분석
- matplotlib
- SUM
- PostgreSQL
- not in
- 프로그래머스
- join
- 전처리
- pandas
- airflow.cfg
- 파이썬
- seaborn
- 데이터시각화
- MySQL
- GROUPBY
- Round
- TRUNCATE
- Oracle
- airflow 설치
- hackerrank
- 머신러닝
- Limit
- 데이터리안 웨비나
- 다중 JOIN
- 결측값
- SQLite
- having
- solvesql
Archives
- Today
- Total
목록sql 별찍기 (1)
Milky's note
[HackerRank](E) Draw The Triangle 1
https://www.hackerrank.com/challenges/draw-the-triangle-1/problem?isFullScreen=true Draw The Triangle 1 | HackerRank Draw the triangle pattern using asterisks. www.hackerrank.com [문제] P(R) represents a pattern drawn by Julia in R rows. The following pattern represents P(5): * * * * * * * * * * * * * * * Write a query to print the pattern P(20). [답] - mysql set @star=21; select repeat('* ', @star..
SQL/SQL 코딩 테스트-HackerRank
2022. 3. 26. 00:01