Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- switch
- maven
- php
- JSTL
- RADIO
- 날짜
- checbox
- 네이버스마트 에디터
- Oracle
- 전자정부 표준프레임워크
- java
- 이클립스
- json
- 웹 플랫폼 설치 관리자
- html
- MYSQL
- HTML5
- 스크립트
- spring form tag
- 문자열
- exception
- 한글
- 톰캣
- jquery
- null
- DB
- 오라클
- @RequestBody
- 호환성
- SSL
Archives
- Today
- Total
개인적인 정리
ORACLE EXP() 본문
오라클 EXP()
지수함수 정도 ?
EXP returns a raised to the nth power, where e=2.71828183... . The function returns a value of the same type as the argument.
This function takes as an argument any numeric data type or any nonnumeric data type that can be implicitly converted to a numeric data type. If the argument is BINARY_FLOAT, then the function returns BINARY_DOUBLE. Otherwise the functionk returns the same numeric data type as the argument.
SQL > SELECT EXP(4) FROM DUAL ;
--> 54.5981500331442
'DB > ORACLE' 카테고리의 다른 글
Oracle GREATEST() (0) | 2020.03.30 |
---|---|
ORACLE FLOOR() (0) | 2020.03.30 |
ORACLE FIRST() (0) | 2020.03.30 |
ORACLE EXTRACT() (0) | 2020.03.30 |
ORACLE EMPTY_BLOB(), EMPTY_CLOB() (0) | 2020.03.30 |
ORACLE DENSE_RANK() (0) | 2020.03.26 |
ORACLE DELETEXML() (0) | 2020.03.26 |
ORACLE DECODE() (0) | 2020.03.26 |
Comments