Created
March 21, 2013 06:18
-
-
Save kshimi/22ec04afb2d504fac998 to your computer and use it in GitHub Desktop.
SQLで数値書式指定
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_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