Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: problem with date in oracle 10g
Roberto Nenni wrote:
> i use it in a query like this:
> select field,field
> ,whr_dtMax(a.dtiniz,c.dtinmeCo) dtiniz
> ,whr_dtMin(a.dtfine,c.dtfimeCo) dtfine
> ,field,field
> from tablea a
> join tablec c etc...
>
> can anybody help me?
It might be caused by some implicit data type conversion. Please post the result of "desc <tablename>" for the tables involved. And an actual example of the query when its result is incorrect. Received on Tue Dec 18 2007 - 13:52:35 CST
![]() |
![]() |