blob: 46349c60bc79b089630deb7893d6c22285e8d56a [file] [log] [blame]
-- TOK_ALLCOLREF
explain select * from (select * from (select * from src) a join (select * from src1) b on (a.key = b.key)) t;