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