ClickHouse/tests/queries/0_stateless/00968_roundAge.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
145 B
MySQL
Raw Normal View History

2019-07-10 10:19:14 +00:00
SELECT roundAge(0);
SELECT roundAge(18);
SELECT roundAge(25);
SELECT roundAge(35);
SELECT roundAge(45);
SELECT roundAge(55);
SELECT roundAge(56);