| From: | Martin Marques <martin(at)bugs(dot)unl(dot)edu(dot)ar> |
|---|---|
| To: | Fabian Sandoval <master(at)edytec(dot)com> |
| Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
| Subject: | Re: La Primera Letra |
| Date: | 2006-04-20 14:07:15 |
| Message-ID: | f7f123020d6370ec7ec80a95a3df9b9c@localhost |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
On Thu, 20 Apr 2006 08:59:16 -0500, "Fabian Sandoval" <master(at)edytec(dot)com> wrote:
> Nombre Tabla: datos
>
>
>
> Apellido - Nombre - Telefono - Direccion - primeraletra
>
> Torres - Andres - 6365477 - Cr33 58-78 - T
SELECT apellido, nombre, telefono, direccion, substring(apellido from 1 for 1) FROM tabla;
--
---------------------------------------------------------
Lic. Martín Marqués | SELECT 'mmarques' ||
Centro de Telemática | '@' || 'unl.edu.ar';
Universidad Nacional | DBA, Programador,
del Litoral | Administrador
---------------------------------------------------------
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Miguel Angel | 2006-04-20 14:36:44 | RE: La Primera Letra |
| Previous Message | Fabian Sandoval | 2006-04-20 13:59:16 | La Primera Letra |