ClickHouse/tests/queries/0_stateless/02813_func_now_and_alias.sql

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

4 lines
108 B
MySQL
Raw Normal View History

SELECT now() = current_timestamp();
SELECT now() = CURRENT_TIMESTAMP();
SELECT now() = current_TIMESTAMP();