| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Jorge Martinez <jlm4303(at)yahoo(dot)com(dot)ar> |
| Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
| Subject: | Re: Tipos times |
| Date: | 2006-07-19 03:00:12 |
| Message-ID: | 20060719030011.GF4963@surnet.cl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-es-ayuda |
Jorge Martinez escribió:
> Saludos a todos:
> Intentando ejecutar un update con campos o atributos time me dio el siguiente mensaje:
>
> update config set tole3=tole+tole2
>
> ERROR: operator is not unique: time without time zone + time without time zone
> HINT: Could not choose a best candidate operator. You may need to add explicit type casts.
No tiene sentido sumar dos times. Quizas quieres sumar un time y un
interval?
--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2006-07-19 03:43:36 | Re: Tipos times |
| Previous Message | Hugo César | 2006-07-19 00:00:45 | Re: Tipos de Datos PostgreSQL - ADO - OLeDB |