mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-14 10:22:10 +00:00
4 lines
108 B
MySQL
4 lines
108 B
MySQL
|
SELECT now() = current_timestamp();
|
||
|
SELECT now() = CURRENT_TIMESTAMP();
|
||
|
SELECT now() = current_TIMESTAMP();
|