empty line on the end of file for tests

This commit is contained in:
Alexey 2019-02-02 07:20:10 -08:00
parent ff02845677
commit 8c73b49e34
2 changed files with 2 additions and 2 deletions

View File

@ -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')