summaryrefslogtreecommitdiffstats
path: root/systemtest/testdata/rewriteset1/pushdownsome.ql
blob: a65fecc21d4ad60bb52a902e45349f9992394a6e (plain)
1
2
3
4
5
6
7
-- some_cell( a or b ) -> some_cell( a ) or some_cell( b )

SELECT a+b   
FROM   ImgCharA as a, ImgCharB as b 
WHERE  some_cell ( a > 0 OR b > 10 )