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

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