Hi,
I have a simple SQL statement and it throws an error message "ora-01722 invalid number"
select 1 from BO_KM where to_char(date1, 'fmDay fmDD fmMonth YYYY') = to_char(:P16_DATE1, 'fmDay fmDD fmMonth YYYY')
Content of the bind variable :P16_DATE1 is "Mardi 01 Février 2022".
DATE1 is column type DATE.
How to solve this ?
Best regards.
Christian