Hey does anyone know how to select a random time of the day in oracle?
im using
[code=oracle]
SELECT TO_DATE(TRUNC(D BMS_RANDOM.VALU E(2454467,24544 67+364)),'J')
[/code]
FROM DUAL;
to select a random date from 2008, but need to randomly select a time from the day too.
im using
[code=oracle]
SELECT TO_DATE(TRUNC(D BMS_RANDOM.VALU E(2454467,24544 67+364)),'J')
[/code]
FROM DUAL;
to select a random date from 2008, but need to randomly select a time from the day too.
Comment