dbms: added test [#METR-15790].

This commit is contained in:
Alexey Milovidov 2015-04-03 00:10:05 +03:00
parent 65d88e3037
commit 6a65e6702a
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT min(ts = toUInt32(toDateTime(toString(ts)))) FROM (SELECT 1000000000 + 1234 * number AS ts FROM system.numbers LIMIT 1000000);