mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
empty line on the end of file for tests
This commit is contained in:
parent
ff02845677
commit
8c73b49e34
@ -1,4 +1,4 @@
|
||||
1
|
||||
0
|
||||
1
|
||||
0
|
||||
0
|
||||
|
@ -1,4 +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')
|
||||
SELECT toDate('2017-06-28') > toDate('2017-07-01')
|
||||
|
Loading…
Reference in New Issue
Block a user