blob: 4c9c9619f3e9a7de63903c3d40c8ffe58e76ffc5 [file] [log] [blame]
EXPLAIN SELECT subq.key, tab.value FROM (select a.key, a.value from src a where a.key > 10 ) subq JOIN src tab ON (subq.key = tab.key and subq.key > 20 and subq.value = tab.value) where tab.value < 200;