scottvonduhn
12/10/2020, 2:21 PMTO_DATE(SUBSTR(NVL({field}, '2020-01-01'), 1, 10), 'YYYY-MM-DD')
Watz
12/11/2020, 6:56 AMscottvonduhn
12/11/2020, 2:20 PMTO_DATE(SUBSTR(REGEXP_REPLACE(field}, '[^[:digit:]]+', ''), 1, 8), 'YYYYMMDD')
Watz
12/11/2020, 2:26 PMscottvonduhn
12/11/2020, 2:34 PMTO_DATE('2008 05 20','YYYY MM DD')
scottvonduhn
12/11/2020, 2:34 PMscottvonduhn
12/11/2020, 2:43 PMWatz
12/11/2020, 2:43 PMWatz
12/11/2020, 2:45 PMscottvonduhn
12/11/2020, 2:52 PMfx
at the start of a format then it expects an exact match. so that seems consistent, at least. that was something i didn’t learn until just today by reading it.Watz
12/11/2020, 3:10 PM