. [PostgreSQL] CTE
본문 바로가기
프로그래밍 공부/DB

[PostgreSQL] CTE

by 불냥이_ 2021. 5. 24.

https://www.postgresqltutorial.com/postgresql-cte/

 

PostgreSQL CTE

Summary: in this tutorial, you will learn how to use the PostgreSQL CTE (common table expressions) to simplify complex queries. Introduction to PostgreSQL common table expressions or CTEs A common table expression is a temporary result set which you can re

www.postgresqltutorial.com

CTE :: Common Table Expression;공통 테이블 식

SELECT, INSERT, UPDATE, DELETE 를 할 수 있는 임시 테이블을 말하는 것이다. 개체로 저장되지 않고, 쿼리 지속 시간 동안만 존재한다.

 

https://spoqa.github.io/2013/08/21/cte.html

 

'프로그래밍 공부 > DB' 카테고리의 다른 글

[PostgreSQL] ALTER TABLE  (0) 2021.05.24
[DB] DB Migration이란  (0) 2021.05.20

댓글