SELECT TO_CHAR(SYSDATE, 'YYYY') - 5 + LEVEL AS YEAR
  FROM DUAL
 CONNECT BY LEVEL < 11

반응형

+ Recent posts