Re: [SQL] Temporary tables

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Tiberiu Craciun <tiberiu(at)akela(dot)ro>
Cc: pgsql-sql(at)hub(dot)org
Subject: Re: [SQL] Temporary tables
Date: 1999-06-28 18:45:57
Message-ID: 199906281845.OAA21708@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

[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(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message JT Kirkpatrick 1999-06-28 19:43:37 float4
Previous Message Tiberiu Craciun 1999-06-28 16:06:19 Temporary tables