SELECT結果に対してSELECT tappe 16年前 select * from (select * from tbl2) as t2; とやればOK。 エイリアスt2を切らないで、 select * from (select * from tbl2); とやるとエラーになるので注意。