Oracle/PL/SQL
15일차 # 3-5: Guidelines
Bohemian life
2012. 4. 24. 21:13
* Character Literals
* Number Literals
- simple value notation : 200,000 -32.5 0.002
- scientific notation : 2.0E+005 -3.25E+001 2.0E-003
select 200000d, -32.5f, 0.002f from dual;