Thread: Temporary tables

Temporary tables

From
"Tiberiu Craciun"
Date:
How can I use temporary tables in PostgresSQL 6.5 ?
 
Thanks
 

Re: [SQL] Temporary tables

From
Bruce Momjian
Date:
[Charset iso-8859-1 unsupported, filtering to ASCII...]
> How can I use temporary tables in PostgresSQL 6.5 ?
>  
> Thanks
> 
CREATE TEMP TABLE xxx(x int);

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026