Click here to Skip to main content
15,889,992 members
Articles / Programming Languages / SQL

Temporary Table in PostgreSQL

Rate me:
Please Sign up or sign in to vote.
4.82/5 (4 votes)
29 Dec 2014CPOL1 min read 23.3K   3  
Temporary table is a special table that is bound to a transaction or to a session. It means that the data in the temporary table and the definition lasts till the end of the transaction or session.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Technical Writer Vertabelo
Poland Poland
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions