DuckSQL
  • DuckSQL
  • 설치하기
  • 기능
  • SQL 시작하기
    • SQL이란?
    • SELECT 기본
    • 함수 사용하기
    • 집계하기
    • 조인
    • 서브 쿼리
    • 복잡한 쿼리 짜기
  • Sample
    • 서울시 공공데이터
Powered by GitBook
On this page

Was this helpful?

  1. SQL 시작하기

집계하기

Count

DISTINCT

GROUP BY

HAVING

  • count

  • sum

  • avg

  • min, max

Previous함수 사용하기Next조인

Last updated 1 year ago

Was this helpful?