summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/overlay/overlay6.ql
blob: 11412c990d621f4b32d67eadc399d49b3fb09c5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
-- rview-Query
select 

(marray x in [0:6, 0:6, 0:6] 
values (char)(216-x[0]*x[1]*x[2] ) ) 

overlay

(marray x in [0:6, 0:6, 0:6] 
values (char)(x[0]*x[1]*x[2] ) ) 

from ImgCharA as a