ClickHouse/dbms/tests/queries/0_stateless/00968_roundAge.sql
Alexandr Krasheninnikov eb78c9f084 Batch of tests
2019-07-10 13:19:14 +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);