Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsundara/70b14a626f827e8aae32614cb6803754 to your computer and use it in GitHub Desktop.
Save tsundara/70b14a626f827e8aae32614cb6803754 to your computer and use it in GitHub Desktop.
Oracle function to set decimal number precision
select to_number(to_char(dbms_random.value(1,999), '000.0')) num from dual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment