dbms_random
TinaAug 5 2011 — edited Aug 7 2011I have this statement in my script..i need to generate random dates in such a way that date is not old that 365 days..
Can you please help me?I did not get the parameters they are using too...
SELECT TO_DATE(TRUNC(DBMS_RANDOM.VALUE(2455379, 2455379 + 180)), 'J') from dual