From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
---|---|
To: | Javier Rodriguez <jawibcn(at)hotmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Pregunta para leer un campo |
Date: | 2007-11-08 18:28:19 |
Message-ID: | 20071108182819.GQ2938@alvh.no-ip.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
Javier Rodriguez escribió:
> Hola tengo la siguiente tabla
> CREATE TEMP TABLE lliurament(
> id_lliurament serial PRIMARY KEY,
> data_entrega date default current_date,
> resultat varchar(100) NOT NULL,
> correctes varchar(2),
> fallats varchar(2),
> erronis varchar(2),
> resultat_test float,
> nota_lliur float DEFAULT 0.0 CHECK (nota_lliur >= 0),
> id_exer int,
>
> Los campos correctes, ffallats i erronis son campos derivados y el
> campo resultado sera un campo del tipo "FFE..E"
Este es un mal diseño. El campo resultat deberia ser una tabla
separada.
--
Alvaro Herrera Developer, http://www.PostgreSQL.org/
<inflex> really, I see PHP as like a strange amalgamation of C, Perl, Shell
<crab> inflex: you know that "amalgam" means "mixture with mercury",
more or less, right?
<crab> i.e., "deadly poison"
From | Date | Subject | |
---|---|---|---|
Next Message | Ruben Guinez | 2007-11-08 18:44:02 | Re: Cómo Instalar/Usar TSearch2 ? |
Previous Message | Alvaro Herrera | 2007-11-08 18:26:15 | Re: Funciones con delete |