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

Was this helpful?

  1. SQL 시작하기

서브 쿼리

SELECT (SELECT..)

SELECT from (SELECT ...)

SELECT from where col in (SELECT ...)

Previous조인Next복잡한 쿼리 짜기

Last updated 2 years ago

Was this helpful?