Re: [GENERAL] temporary tables

From: Mike Mascari <mascarm(at)mascari(dot)com>
To: sheila bel <sheilabel(at)hotmail(dot)com>
Cc: pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] temporary tables
Date: 2000-02-16 11:33:21
Message-ID: 38AA8B01.1C269F61@mascari.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

sheila bel wrote:
>
> Hi everyone,
>
> The data that needs to be copied is either text or password.
> This is what I think should be done please correct me if
> its wrong :
> COPY temptable(attributes) To permanent_table(attributes);
>
> If someone could give me an example I would really appreciate
> it.
>
> -Sheila

INSERT INTO permanent_table SELECT * from temptable;

Hope that helps,

Mike Mascari

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2000-02-16 13:09:34 Re: [GENERAL] Status of pl/perl
Previous Message Robert 2000-02-16 09:21:54 Status of pl/perl