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
- MYSQL
- 네이버스마트 에디터
- RADIO
- 이클립스
- switch
- @RequestBody
- maven
- 한글
- 스크립트
- null
- SSL
- checbox
- 호환성
- 톰캣
- 문자열
- DB
- html
- json
- Oracle
- 전자정부 표준프레임워크
- spring form tag
- 오라클
- exception
- 날짜
- php
- java
- JSTL
- HTML5
- jquery
- 웹 플랫폼 설치 관리자
Archives
- Today
- Total
개인적인 정리
ORACLE ATAN2() 본문
오라클 ATAN2()
ATAN2 returns the arc tangent of n1 and n2. The argument n1 can be in an unbounded range and returns a value in the range of -pi to pi, depending on the signs of n1 and n2, expressed in radians.
SQL > SELECT ATAN2(-2, 1) FROM DUAL ;
--> -1.10714871779409
'DB > ORACLE' 카테고리의 다른 글
ORACLE CHR() (0) | 2020.03.25 |
---|---|
ORACLE CEIL() (0) | 2020.03.24 |
ORACLE CAST() (0) | 2020.03.24 |
ORACLE AVG() (0) | 2020.03.24 |
ORACLE ATAN() (0) | 2020.03.24 |
ORACLE ASIN() (0) | 2020.03.24 |
ORACLE ASCIISTR() (0) | 2020.03.24 |
ORACLE ASCII() 함수 (0) | 2020.03.23 |
Comments