select temp.a from (select level as a from dual connect by level <=6) temp where temp.a >1;