Skip to content

Instantly share code, notes, and snippets.

@kshimi
Created March 21, 2013 06:18
Show Gist options
  • Save kshimi/22ec04afb2d504fac998 to your computer and use it in GitHub Desktop.
Save kshimi/22ec04afb2d504fac998 to your computer and use it in GitHub Desktop.
SQLで数値書式指定
select to_char(123.12342145, 'TM9'), to_char(123784927348923.0010000, 'TM9') from dual
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment