summaryrefslogtreecommitdiffstats
path: root/manuals_and_examples/examples/queries/boolean-masking.ql
blob: d5b728223b2356ecd37ca8a2e08792db43b7f0bd (plain)
1
2
3
4
5
-- rview-Query
select     rgb.green > 130c 
       and rgb.red   < 150c 
       and rgb.blue  < 140c
from   rgb