No hay necesidad de usar tablas extra grandes o la tabla ALL_OBJECTS:
SELECT TRUNC (SYSDATE - ROWNUM) dt
FROM DUAL CONNECT BY ROWNUM < 366
hará el truco.
No hay necesidad de usar tablas extra grandes o la tabla ALL_OBJECTS:
SELECT TRUNC (SYSDATE - ROWNUM) dt
FROM DUAL CONNECT BY ROWNUM < 366
hará el truco.