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
- 문자열
- 톰캣
- exception
- Oracle
- 날짜
- jquery
- HTML5
- RADIO
- 전자정부 표준프레임워크
- php
- null
- java
- 오라클
- 이클립스
- JSTL
- @RequestBody
- 네이버스마트 에디터
- DB
- json
- html
- MYSQL
- switch
- 스크립트
- 호환성
- SSL
- maven
- 웹 플랫폼 설치 관리자
- spring form tag
- 한글
- checbox
Archives
- Today
- Total
개인적인 정리
ORACLE COS() 본문
오라클 cos()
COS returns the cosine of n (an angle expressed in radians).
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 return BINARY_DOUBLE. Otherwise the function returns the same numeric data type as the argument.
SQL > SELECT COS(180* 3.14159265359) FROM DUAL ;
--> 1
'DB > ORACLE' 카테고리의 다른 글
ORACLE DECODE() (0) | 2020.03.26 |
---|---|
ORACLE CURRENT_TIMESTAMP() (0) | 2020.03.26 |
ORACLE CURRENT_DATE() (0) | 2020.03.26 |
ORACLE COUNT() (0) | 2020.03.26 |
ORACLE CONCAT() (0) | 2020.03.25 |
ORACLE COLLECT() (0) | 2020.03.25 |
ORACLE COALESCE() (0) | 2020.03.25 |
ORACLE CHR() (0) | 2020.03.25 |
Comments