crear SERIAL en un SELCT INTO

From: Mario Guerrero <chimuelo22(at)yahoo(dot)es>
To: pgsql-es-ayuda(at)postgresql(dot)org
Subject: crear SERIAL en un SELCT INTO
Date: 2005-12-12 15:35:05
Message-ID: 20051212153505.62073.qmail@web86803.mail.ukl.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

hola grupo, estoy com postgres8.1 y no se como pedo hacer lo siguiente:

Tengo una tabla alumno
nombre
-----------
bbbbb
ccccc
aaaaa
ddddd

Como puedo hacer de manera correcta el siguiente query
SELCT ?????,nombre INTO TABLA_RTA from alumno order by nombre;
para obtener lo siguiente:

TABLA_RTA
serial | nombre
----------------------
1 | aaaaa
2 | bbbbb
3 | ccccc
4 | ddddd



Agradezco de antemano su ayuda.


Mario Guerrero.


---------------------------------

Correo Yahoo!
Comprueba qué es nuevo, aquí
http://correo.yahoo.es

Responses

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Mario Gonzalez 2005-12-12 16:04:43 Re: crear SERIAL en un SELCT INTO
Previous Message Juanky Moral 2005-12-12 15:14:59 Re: Comandos del usuario postgres