ClickHouse/tests/queries/0_stateless/02813_func_now_and_alias.sql
Lloyd-Pottiger 58686d7850 add tests
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
2023-07-17 10:24:58 +08:00

4 lines
108 B
SQL

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