set input_format_try_infer_datetimes = 1; set input_format_try_infer_dates = 1; set schema_inference_make_columns_nullable = 0; set input_format_json_try_infer_numbers_from_strings = 0; set session_timezone = 'UTC'; select 'Date'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020:01:01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020:1:01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020:01:1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020:1:1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-1-01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-1-1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020/01/01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020/1/01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020/01/1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020/1/1"}'); select 'String'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020_01_01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020_1_01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020_01_1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020_1_1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020a01a01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020a1a01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020a01a1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020a1a1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20200101"}'); select 'DateTime'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020:01:01 42:42:42"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020/01/01 42:42:42"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42:42:42"}'); select 'String'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020_01_01 42:42:42"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020a01a01 42:42:42"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42.42.42"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42 42 42"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42a42a42"}'); select 'DateTime64'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020:01:01 42:42:42.4242"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020/01/01 42:42:42.4242"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42:42:42.4242"}'); select 'String'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020_01_01 42:42:42.4242"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020a01a01 42:42:42.4242"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42.42.42.4242"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42 42 42.4242"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2020-01-01 42a42a42.4242"}'); set date_time_input_format='best_effort'; select 'DateTime/DateTime64 best effort'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 00:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203.000 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203 MSK+0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203.000 MSK+0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203.000 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/17 010203.000Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/1970 010203Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/1970 010203.000Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/70 010203Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "02/01/70 010203.000Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "11 Feb 2018 06:40:50 +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "11 Feb 2018 06:40:50.000 +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "17 Apr 2000 2 1:2:3"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "17 Apr 2000 2 1:2:3.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "19700102 01:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "19700102 01:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "19700102010203Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "19700102010203Z.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "1970/01/02 010203Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "1970/01/02 010203.000Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2016-01-01MSD"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2016-01-01 MSD"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2016-01-01UTC"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2016-01-01Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "201701 02 010203 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "201701 02 010203.000 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+0"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+0"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+0000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+0000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05 -0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000 -0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+030"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+030"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05+900"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000+900"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05GMT"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000GMT"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05 MSD"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000 MSD"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05 MSD Feb"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000 MSD Feb"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05 MSD Jun"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000 MSD Jun"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02 03:04:05.000 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05+00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05.000+00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05 -0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05.000 -0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05-0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05.000-0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05+0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05.000+0100"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017-01-02T03:04:05.000Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 01 11:22:33"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 01 11:22:33.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 010203 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 010203.000 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 01:2:3 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 01:2:3.000 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:02:3"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:02:3.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 11:22:33"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 11:22:33.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:03"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:03.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:22:33"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:22:33.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:33"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:33.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3.000 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3 UTC+0000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3.000 UTC+0000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3.000 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3 UTC+0400"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 02 1:2:3.000 UTC+0400"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 2 1:2:3"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Apr 2 1:2:3.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Jan 02 010203 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2017 Jan 02 010203.000 UTC+0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Apr 2017 01:02:03"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Apr 2017 01:02:03.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Apr 2017 1:2:3"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Apr 2017 1:2:3.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 MSK"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z+03:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z+03:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z +03:00 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z +03:00 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z +0300 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z +0300 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z+03:00 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z+03:00 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z +03:30 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z +03:30 PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3Z Mon"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000Z Mon"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3Z PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000Z PM"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3 Z PM +03:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "25 Jan 2017 1:2:3.000 Z PM +03:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 11 Feb 2018 06:40:50 +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 11 Feb 2018 06:40:50.000 +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun, 11 Feb 2018 06:40:50 +0300"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun, 11 Feb 2018 06:40:50.000 +0300"}'); select 'String'; select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200001"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000010"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200001010"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000101010"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200001010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000010101010"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000101010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200001.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000010.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000101.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200001010.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000010101.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000101010.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "200001010101.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000010101010.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "20000101010101.1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar2020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 2020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar01012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 01012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar0101202001"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 0101202001"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar010120200101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 010120200101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar01012020010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 01012020010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar01012020010101.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 0101202001010101.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 1"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun2020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 2020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun01012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 01012020"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun0101202001"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 0101202001"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun010120200101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 010120200101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun01012020010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 01012020010101"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun01012020010101.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Sun 0101202001010101.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000 01 01 01:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000 01 01 01:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000a01a01 01:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000a01a01 01:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01 00 00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01 00 00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01-00-00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01-00-00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01a00a00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01-01 01a00a00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01 01:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01 01:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000 01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000-01"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 2000 00:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 2000 00:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000 00:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "2000 00:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 2000-01-01 00:00:00"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "Mar 2000-01-01 00:00:00.000"}'); select x, toTypeName(x) from format(JSONEachRow, '{"x" : "1.7.10"}');