summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/rewriteset1/pushdownall.ql
blob: e868fc06edea1193ace6fb84cc5e1e1fc8129857 (plain)
1
2
3
4
5
6
7
-- all_cell( a and b ) -> all_cell( a ) and all_cell( b )

SELECT a+b   
FROM   ImgCharA as a, ImgCharB as b 
WHERE  all_cell ( a > 0 and b > 10 )