Re: its really SLOW!!!!! oops

From: "paul butler" <paul(at)entropia(dot)co(dot)uk>
To: "paul butler" <paul(at)entropia(dot)co(dot)uk>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: its really SLOW!!!!! oops
Date: 2002-12-03 10:14:27
Message-ID: T5ef04c7c23ac1785ed226@pcow035o.blueyonder.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

That should be:

insert into master2(magnet,voltage,current) select
masterindex,voltage,current from magnet;

to create your new table

Cheers

Paul Butler

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message David 2002-12-03 11:46:12 Script problem
Previous Message paul butler 2002-12-03 09:52:48 Re: its really SLOW!!!!!