Hi,
Before keeping if condition. convert the format using by to_char() function so we avoid this error
example
to_char(call_date,'yyyy.dd.mm')
if possible change target date data type using varchar
Regards,
Manoj.
Hi,
Before keeping if condition. convert the format using by to_char() function so we avoid this error
example
to_char(call_date,'yyyy.dd.mm')
if possible change target date data type using varchar
Regards,
Manoj.