███████████: added program to looking at solid table [#METR-15822].

This commit is contained in:
Alexey Milovidov 2015-04-03 00:06:23 +03:00
parent 9c502e55f9
commit 65d88e3037
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);