mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
update test
This commit is contained in:
parent
e8051318fe
commit
bc0707995a
@ -1 +1,2 @@
|
||||
2024-02-20 16:53:57.105
|
||||
2024-02-21 12:00:00.000
|
||||
|
@ -1,3 +1,4 @@
|
||||
-- Tags: no-fasttest
|
||||
|
||||
SELECT if(false, ULIDStringToDateTime('a'), toDateTime('2024-02-21 12:00:00'))
|
||||
SELECT if(length(x) = 26, ULIDStringToDateTime(x, 'Europe/Madrid'), toDateTime('2024-02-21 12:00:00')) AS datetime
|
||||
FROM values('x String', '01HQ3KJJKHRWP357YVYBX32WHY', '01HQ3KJJKH')
|
||||
|
Loading…
Reference in New Issue
Block a user