* 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;
'Oracle > PL/SQL' 카테고리의 다른 글
15일차 # 3-9: Data Type Conversion (0) | 2012.04.24 |
---|---|
15일차 # 3-7: SQL Functions in PL/SQL (0) | 2012.04.24 |
15일차 # 3-3: Lexical Unit (어휘단위) (0) | 2012.04.24 |
15일차 # 2-28: set autoprint on (set autop on) (0) | 2012.04.24 |
15일차 # &TYPE attribute 관련 예제들 (0) | 2012.04.24 |