This commit is contained in:
Nikita Mikhaylov 2021-02-12 16:14:34 +03:00 committed by GitHub
parent 09c49d3842
commit 7d02d58390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,3 +47,5 @@ SELECT runningConcurrency(toDate('2000-01-01'), toDateTime('2000-01-01 00:00:00'
-- begin > end
SELECT runningConcurrency(toDate('2000-01-02'), toDate('2000-01-01')); -- { serverError 117 }