add tests

Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
This commit is contained in:
Lloyd-Pottiger 2023-07-17 10:23:39 +08:00
parent e38a9de7c9
commit 58686d7850
4 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,3 @@
1
1
1

View File

@ -0,0 +1,3 @@
SELECT now() = current_timestamp();
SELECT now() = CURRENT_TIMESTAMP();
SELECT now() = current_TIMESTAMP();

View File

@ -0,0 +1,6 @@
1
1
1
1
1
1

View 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();