how to make JDBC use to_date
416423Mar 8 2004 — edited Mar 9 2004I am using {ts '2000-02-02 0000000', 'YYYY-MM-DD hhmmss'} in my JDBC calls and I see TO_TIMESTAMP('2000-02-02 0000000', 'YYYY-MM-DD hhmmss'} in my sql trace. Can anyone tell me what to use in order to make oracle use TO_DATE? would it be {dt } instead of {ts }