[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]
[Hilos de Discusión] [Fecha] [Tema] [Autor]German Ramos wrote: > Hola, > estoy tratando de crear un tabla en PostgreSQL > pero no se crea, > > me puede decir alguien que tengo mal en la siguiente > sentencia: > > CREATE TABLE TNAME > ( ID INTEGER(2), > PASSWORD CHAR(12), > X INTEGER(4), > Y INTEGER(4), > tipo INTEGER(2), > orientacion INTEGER(2), > estado INTEGER(2)); > Debe de ser asi: CREATE TABLE tname (id int2, password char(12), x int4, y int4, tipo int2, orientacion int2, estado int2); Checa los manuales, empieza por el tutorial y sigue con el manual de usuario. > > Gracias. > > --------------------------------------------------------------------- > Lista de soporte de LinuxPPP > Reglas de la lista en http://pepe.net.mx/reglas.html --------------------------------------------------------------------- Lista de soporte de LinuxPPP Reglas de la lista en http://pepe.net.mx/reglas.html