mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-20 13:15:42 +00:00
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
parseDateTime64BestEffortUS
|
|
s a
|
|
|
|
1. 01-02-1930 12:00:00 1930-01-02 12:00:00.000
|
|
2. 12.02.1930 12:00:00 1930-12-02 12:00:00.000
|
|
3. 13/02/1930 12:00:00 1930-02-13 12:00:00.000
|
|
4. 02/25/1930 12:00:00 1930-02-25 12:00:00.000
|
|
|
|
parseDateTime64BestEffortUSOrNull
|
|
\N
|
|
parseDateTime64BestEffortUSOrZero
|
|
1970-01-01 00:00:00.000
|