Last active
September 8, 2024 22:23
-
-
Save anandsunderraman/c95aa6a302789d45b342 to your computer and use it in GitHub Desktop.
Oracle Random Timestamp Generation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select to_timestamp(sysdate) + (dbms_random.value(0,86400)/86400)) | |
from dual; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment