Re: No me deja crear la tabla.

From: Horacio Miranda <hmiranda(at)gmail(dot)com>
To: Pablo Braulio <brulics(at)gmail(dot)com>, pgsql-es-ayuda(at)postgresql(dot)org
Subject: Re: No me deja crear la tabla.
Date: 2005-08-15 18:44:40
Message-ID: f2b9e74905081511449410dc1@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-es-ayuda

sacale el (5) al int

2005/8/15, Pablo Braulio <brulics(at)gmail(dot)com>:
> ¿Alguien podría decirme porque no me deja crear esta tabla?.
>
> CREATE TABLE empresas (
> ID SERIAL NOT NULL UNIQUE,
> nombre VARCHAR(40) NOT NULL,
> nick VARCHAR(6) PRIMARY KEY,
> direccion VARCHAR(50) NOT NULL,
> cod_post INT(5) NOT NULL,
> poblacion VARCHAR(20) NOT NULL,
> provincia VARCHAR(20) NOT NULL,
> cif VARCHAR(9) NOT NULL
> );
>
> ERROR: syntax error at or near "(" at character 160
>
> --
> Saludos.
> Pablo
>
> Fingerprint 5607 40CF 45EF D490 B794 5056 D7B2 C3DC ABF1 CE49
> Jabber: bruli(at)myjabber(dot)net
> http://aldiagestion.com/blog
>
>
>

--
Saludos Horacio Miranda.
RedHat Certified Engineer.

In response to

Browse pgsql-es-ayuda by date

  From Date Subject
Next Message Horacio Miranda 2005-08-15 18:46:19 Re: Solicito Programador(a) PHP+MySQL
Previous Message Heiler Duarte 2005-08-15 18:39:18 Re: No me deja crear la tabla.