From: | "Jaime Casanova" <systemguards(at)gmail(dot)com> |
---|---|
To: | "Roger Alejandro Flores Estepa" <rogeritof(at)gmail(dot)com> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: ayuda sobre triggers |
Date: | 2006-03-30 12:43:35 |
Message-ID: | c2d9e70e0603300443g181ac28ci6acca8bfcc04a39b@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
On 3/30/06, Roger Alejandro Flores Estepa <rogeritof(at)gmail(dot)com> wrote:
> Hola hola a todos quisiera ayuda respecto a triggers necesito un trigger
> para saber cuando se iguala las cantidades en una tabla que tiene la
> siguiente estructura: nombreitem, cantidadtotal, cantidadminima lo que
> necesito es que cuando se utilice este ítem se descargue cantidadtotal
> hasta el valor de cantidadminima y que cuando llegue al valor de
> cantidadminima ya sea sobre o por debajo actúe el disparador y no deje
> actualizar mas la cantidadtotal espero me puedan ayudar soy novato en
> postgresql gracias...
>
alter table tablita add constraint "Cantidad total no puede ser menor
a cantidad minima" check (cantidadtotal >= cantidadminima);
--
Atentamente,
Jaime Casanova
"What they (MySQL) lose in usability, they gain back in benchmarks, and that's
all that matters: getting the wrong answer really fast."
Randal L. Schwartz
From | Date | Subject | |
---|---|---|---|
Next Message | sergio gatica m. | 2006-03-30 14:05:44 | Tablas Temporales |
Previous Message | Carlos Luis Sánchez Bocanegra | 2006-03-30 12:11:18 | Re: initdb+postmaster |