>
> ====================
>
> Surprisingly (to me), no….
>
> db=# select to_date('20181501','YYYYMMDD');
> to_date
> ------------
> 2019-03-03The above fails in 11.5 SQL Error [22008]: ERROR: date/time field value out of range: "20181501"
>
> ====================
>
> Surprisingly (to me), no….
>
> db=# select to_date('20181501','YYYYMMDD');
> to_date
> ------------
> 2019-03-03The above fails in 11.5 SQL Error [22008]: ERROR: date/time field value out of range: "20181501"