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 |
Tags
- switch
- 날짜
- 웹 플랫폼 설치 관리자
- json
- SSL
- HTML5
- null
- 스크립트
- 오라클
- 한글
- jquery
- java
- checbox
- 톰캣
- 호환성
- RADIO
- maven
- JSTL
- 문자열
- exception
- html
- php
- @RequestBody
- 전자정부 표준프레임워크
- 네이버스마트 에디터
- spring form tag
- Oracle
- 이클립스
- DB
- MYSQL
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