mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-13 18:02:24 +00:00
58686d7850
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
4 lines
108 B
SQL
4 lines
108 B
SQL
SELECT now() = current_timestamp();
|
|
SELECT now() = CURRENT_TIMESTAMP();
|
|
SELECT now() = current_TIMESTAMP();
|