[Pgsql-ayuda] Concatenar Columnas

From: Alex Nu <notulei(at)yahoo(dot)com>
To: pgsql-ayuda(at)tlali(dot)iztacala(dot)unam(dot)mx
Subject: [Pgsql-ayuda] Concatenar Columnas
Date: 2003-07-22 18:24:07
Message-ID: 20030722182407.96089.qmail@web20712.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

Hola,

Es posible concatenar 2 columnas en postgres ?

Tabla Uno Tabla Dos
X Y
--- ---
1 3
2 3
3 1
5 4
7 2

Tabla Nueva
x | Y
----------
1 | 3
2 | 3
3 | 1
5 | 4
7 | 2

Gracias

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Carlos 2003-07-22 18:40:13 RE: [Pgsql-ayuda] error al iniciar postgresql
Previous Message Mauro Morales 2003-07-22 17:44:38 RE: [Pgsql-ayuda] error al iniciar postgresql