update test

This commit is contained in:
Juan Madurga 2024-02-21 13:14:23 +01:00
parent e8051318fe
commit bc0707995a
2 changed files with 3 additions and 1 deletions

View File

@ -1 +1,2 @@
2024-02-20 16:53:57.105
2024-02-21 12:00:00.000 2024-02-21 12:00:00.000

View File

@ -1,3 +1,4 @@
-- Tags: no-fasttest -- 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')