ClickHouse/tests/queries/0_stateless/00968_roundAge.sql
Ivan 97f2a2213e
Move all folders inside /dbms one level up (#9974)
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00

7 lines
145 B
SQL

SELECT roundAge(0);
SELECT roundAge(18);
SELECT roundAge(25);
SELECT roundAge(35);
SELECT roundAge(45);
SELECT roundAge(55);
SELECT roundAge(56);