Re: Merging two columns into one

From: "Gary MacMinn" <G(dot)MacMinn(at)nca(dot)gov(dot)au>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: Merging two columns into one
Date: 2000-06-26 23:09:42
Message-ID: s9586f86.026@syd_aux.nca.gov.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

All,

Many thanks for your thoughts on the merging of columns. The tr method would have killed all the delimiters as a few people noted. The || method in SQL was the winner, although the final table this has to be done to (4 million records) should kill the system for a while!!!!! Must make sure I've got enough disk space to do it all as well. Maybe doing it a section at a time would be in order.

Thanks to all,
Gary MacMinn

Browse pgsql-sql by date

  From Date Subject
Next Message Bernie Huang 2000-06-27 00:00:15 Sub_select problem
Previous Message Tom Lane 2000-06-26 22:31:46 Re: A subselect in an aggregate