Update 02185_arraySlice_negative_offset_size.sql

This commit is contained in:
Alexey Milovidov 2022-05-07 13:51:01 +03:00 committed by GitHub
parent 43b2664c87
commit 769ad4c55d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,4 +22,4 @@ select arraySlice(s, l, -2) from t;
select arraySlice(s, -2, r) from t;
select arraySlice(s, l, r) from t;
drop table if exists t;
drop table t;