mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
add tests
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
This commit is contained in:
parent
e38a9de7c9
commit
58686d7850
@ -0,0 +1,3 @@
|
||||
1
|
||||
1
|
||||
1
|
3
tests/queries/0_stateless/02813_func_now_and_alias.sql
Normal file
3
tests/queries/0_stateless/02813_func_now_and_alias.sql
Normal file
@ -0,0 +1,3 @@
|
||||
SELECT now() = current_timestamp();
|
||||
SELECT now() = CURRENT_TIMESTAMP();
|
||||
SELECT now() = current_TIMESTAMP();
|
@ -0,0 +1,6 @@
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
||||
1
|
6
tests/queries/0_stateless/02813_func_today_and_alias.sql
Normal file
6
tests/queries/0_stateless/02813_func_today_and_alias.sql
Normal file
@ -0,0 +1,6 @@
|
||||
SELECT today() = current_date();
|
||||
SELECT today() = CURRENT_DATE();
|
||||
SELECT today() = current_DATE();
|
||||
SELECT today() = curdate();
|
||||
SELECT today() = CURDATE();
|
||||
SELECT today() = curDATE();
|
Loading…
Reference in New Issue
Block a user