on 2018 Nov 15 12:30 PM
When running below query on SQL Developer it works fine:
select * from [table_name] where DATE = '15-OCT-18'
But when running sql on connection level in IDT or free hand SQL in BO I get no results.
Only below reformatting worked:
to_date('10/15/18', 'MM/DD/YY')
I would like to understand how to check how IDT is formatting date to MM/DD/YY format because when I ran freehand SQL on BO level (with different filter) I got date with that format.
BO makes a call to Oracle to set the session date format to "DD-MM-YYYY HH24:MI:SS". So if you manually enter a date condition, it needs to be in this format.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
66 | |
11 | |
10 | |
10 | |
9 | |
7 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.