일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- solvesql
- Limit
- matplotlib
- 데이터분석
- seaborn
- Oracle
- 그로스해킹
- 데이터시각화
- hackerrank
- PostgreSQL
- GROUPBY
- airflow 설치
- 다중 JOIN
- 머신러닝
- SQLite
- 데이터리안 웨비나
- not in
- SUM
- pandas
- 전처리
- SQL
- 결측값
- Round
- MySQL
- airflow.cfg
- join
- 프로그래머스
- 파이썬
- TRUNCATE
- having
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