This commit is contained in:
Alexey 2019-02-02 07:19:06 -08:00
parent fc417a4e62
commit ff02845677
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
1
0
1
0

View File

@ -0,0 +1,4 @@
select toDateTime('2017-06-28 12:01:01') < toDate('2017-07-01')
select toDateTime('2017-06-28 12:01:01') > toDate('2017-07-01')
SELECT toDate('2017-06-28') < toDate('2017-07-01')
SELECT toDate('2017-06-28') > toDate('2017-07-01')