Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save tsundara/70b14a626f827e8aae32614cb6803754 to your computer and use it in GitHub Desktop.

Select an option

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