From: | Desarrollo Escuintla <desarrollo(dot)escuintla(at)gmail(dot)com> |
---|---|
To: | Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec> |
Cc: | pgsql-es-ayuda(at)postgresql(dot)org |
Subject: | Re: Npgsql.NpgsqlException: ERROR: 42883: el operador no existe: date >= text |
Date: | 2010-04-21 02:44:07 |
Message-ID: | g2oa6e132361004201944xe9ffa919qc96334eba6d0783@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-es-ayuda |
ya se corrigio el problema,
haciendo esto con la sentencia SQL:
select tbl_08.tbl_08_fecha,tbl_10.* from tbl_10
right join tbl_08
on
tbl_08.tbl_08_no=tbl_10.tbl_08_no
where tbl_08.tbl_08_fecha BETWEEN to_date(@PDE,'DD/MM/YYYY') AND
to_date(@PA,'DD/MM/YYYY');
2010/4/20 Desarrollo Escuintla <desarrollo(dot)escuintla(at)gmail(dot)com>
> Gracias por responder,
>
> en eso mismo estaba pensando, realizar un cast
>
> 2010/4/20 Jaime Casanova <jcasanov(at)systemguards(dot)com(dot)ec>
>
> 2010/4/20 Desarrollo Escuintla <desarrollo(dot)escuintla(at)gmail(dot)com>:
>> >
>> > select tbl_08.tbl_08_fecha,tbl_10.* from tbl_10
>> > right join tbl_08
>> > on
>> > tbl_08.tbl_08_no=tbl_10.tbl_08_no
>> > where tbl_08.tbl_08_fecha between :PDE AND :PA;
>> >
>> > donde PDE y PA son parametros tipo fecha
>> >
>> [...]
>> >
>> > Npgsql.NpgsqlException: ERROR: 42883: el operador no existe: date >=
>> text
>>
>>
>> y Npgsql sabe que son fechas? es decir en algun lugar los declaras
>> como fechas? como lo ve el servidor de base de datos al recibirlo?
>>
>> por que el mensaje de error dice que son parametros text, intenta
>> haciendo un cast
>>
>>
>> --
>> Atentamente,
>> Jaime Casanova
>> Soporte y capacitación de PostgreSQL
>> Asesoría y desarrollo de sistemas
>> Guayaquil - Ecuador
>> Cel. +59387171157
>>
>
>
>
> --
> Saludos
>
> _________________
> José de Paz
> Escuintla, Guatemala
> Tel. (502)-56041676
>
> http://desarrolloescuintla.wordpress.com
>
>
--
Saludos
_________________
José de Paz
Escuintla, Guatemala
Tel. (502)-56041676
From | Date | Subject | |
---|---|---|---|
Next Message | Leandro Curzi Kohan | 2010-04-21 03:01:32 | Ayuda! |
Previous Message | Desarrollo Escuintla | 2010-04-21 02:38:15 | Re: Npgsql.NpgsqlException: ERROR: 42883: el operador no existe: date >= text |