python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Oracle: Why dateStr and dateFmt using different date format can work well in Oracle TO_DATE( dateStr, dateFmt)?
Oracle version:
Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production
Test:
select TO_DATE('2022.02.21','YYYY-MM-DD') from dual; --- convert success
select TO_DATE('20...
Guo
Votes: 0
Answers: 1
ADF dataflow todate function
i m trying to convert the string todate() in format 'mm-dd-yyyy' [i.e., 01-21-2022] in ADF dataflow.
it looks it could not be done. it always converts to yyyy-mm-dd..
Is there anyway, i could able to ...
Vaishnavi S
Votes: 0
Answers: 2
Transform differents dates format to one format - Oracle SQL
I have a column with two date format :
DD/MM/YYYY
YYYY-MM-DD
I want to transform all date format of this column to only one date format, it is 'DD/MM/YYYY'
How can i do it in Oracle SQL ?
Thanks in ...
Juji
Votes: 0
Answers: 3