to_date
Hi,
on 19c on AIX
I have:
But when I run :
select PATCH_NAME ,
CREATION_DATE
from apps.ad_applied_patches
where CREATION_DATE = to_date ('26-APR-24','DD MON YY' )
I receive:
no rows selected
Thanks for help.
0
Hi,
on 19c on AIX
I have:
But when I run :
select PATCH_NAME ,
CREATION_DATE
from apps.ad_applied_patches
where CREATION_DATE = to_date ('26-APR-24','DD MON YY' )
I receive:
no rows selected
Thanks for help.