Hello,

On Donnerstag, 9. Januar 2003 16:05, [EMAIL PROTECTED] wrote:
> Hi everyone,
>
> The column is a STRING column called TEST_DATE containing values
> in the format DD.MM.YYYY.
> All I want to do saying something like
> WHERE TO_DATE('DD.MM.YYYY') > TO_DATE(05.04.2002').
> I tried moving to the DATE() function or using another
> date format, but I am always getting an error
> like Datetime field overflow or invalid function.
>
if it is a string column, you can probably not use date functions, but string 
functions. If you have rto use dat functions, you should make it a date 
column, shouldn't you?

Peter Willadt
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to