summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/testset1/opt5.ql
blob: 9833e16c3fbf0fc0dc0f9d61be15158c8196d504 (plain)
1
2
3
4
5
6
-- Testbed: result_type=set <marray <long, [0:10,0:10]>>
-- Testbed: result_elements=4

select (a+2)*(b+1)
from   ImgCharA as a, ImgCharB as b
where  some_cell( (a+2)*(b+1) > 0 )