dbms: simple test on sumArray and sumArrayIf [METR-10366]

This commit is contained in:
Sergey Fedorov 2014-03-28 18:39:00 +04:00
parent 6395e841f9
commit c4f8176d14
2 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,2 @@
SELECT sumArray(arr), sumArrayIf(arr, s LIKE '%l%'), sumArrayIf(arr, s LIKE '%e%') FROM arrays_test