on 2024 Aug 01 10:09 PM
When doing a Remote Table Import from Oracle DB into Datasphere, DATE datatype is automatically getting converted to TIMESTAMP in Datasphere. As a result I am unable to apply filter due to datatype mismatch. Any idea how to resolve the issue?
I used POST_DATE = TO_CHAR(TO_DATE('Jul 31, 2024, 0:00:00', 'Mon DD, YYYY, HH24:MI:SS'), 'DD-MON-YY' to pass the filter value but it is not working.
Thanks
R
Thanks Fabio
I used
TO_VARCHAR("START_TIME",'DDMMYYYY') = TO_VARCHAR(TO_DATE('Jul 31, 2024, 00:00:00', 'Mon DD, YYYY, HH24:MI:SS'), 'DDMMYYYY')
and it is working.
thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.