blob: 56d9211d28ebbf62c91d48ffc1fc009ebca65f04 [file] [log] [blame]
select /*+ MAPJOIN(a) ,MAPJOIN(b)*/ * from src a join src b on (a.key=b.key and a.value=b.value);