Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Not a valid month error
What? How about posting the query or at least a query selecting the
date column and reproducing the error?
If you are selecting a date then I would expect you to be using the to_char(datecol,'format') function in the select column list and a to_date function would only appear in the where clause if you were feeding in a character value that represents a date to be compared against.
HTH -- Mark D Powell -- Received on Wed Mar 30 2005 - 08:38:29 CST
![]() |
![]() |