본문 바로가기

Data Blog

검색하기
Data Blog
프로필사진 띵구렁

  • 분류 전체보기 (11)
    • About Me (0)
    • Projects (0)
    • Contest (0)
    • Algorithm (1)
      • programmers (0)
      • 정렬 (1)
    • SQL (3)
      • solvesql (1)
      • programmers (0)
      • tips (2)
    • Python (3)
      • tips (3)
    • 회고 (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/08   »
일 월 화 수 목 금 토
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
  • ETL
  • SQLite
  • 데이터엔지니어링
  • dataengineering
  • 글또 #kpt회고
  • Python #pandas #전처리 #matplotlib #시각화
  • 회고
  • solvesql
  • SQL
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록SQLite (1)

Data Blog

[SQL] solvesql beta 연습 문제 풀이

모든 데이터 조회하기 select * from points 일부 데이터 조회하기 select * from points where quartet = "I" 데이터 정렬하기 select * from points where 1 = 1 and quartet = "I" order by y 데이터 그룹으로 묶기 select quartet, round(avg(x),2) as x_mean, round(variance(x),2) as x_var, round(avg(y),2) as y_mean, round(variance(y),2) as y_var from points where 1 = 1 group by quartet 두 테이블 결합하기 SELECT r.ATHLETE_ID FROM RECORDS r left join E..

SQL/solvesql 2023. 1. 31. 13:07
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바