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
- 오라클
- Date and Time Functions
- String Function and Operators
- MySQL
- 전자정부표준프레임워크
- Sring Functions and Operators
- 방화벽
- Oracle
- String Functions and Date Operators
- String Functions and Operators
- Data and Time Functions
- 티베로
- 윈도우
- SVN
- HTTP
- Date and Time Function
- 전자정부 표준프레임워크
- Tibero
Archives
- Today
- Total
웹이야기
MySQL Mathematical Functions 본문
MySQL 수학함수 정도 ???
Name | Description |
ABS() | Return the absolute value |
ACOS() | Return arc cosine |
ASIN() | Return arc sine |
ATAN() | Return arc tangent |
ATAN2(), ATAN() | Return the arc tangent of the two argument |
CEIL() | Return the smallest integer value not less than the argument |
CEILING() | Return the smallest integer value not less than the argument |
CONV() | Convert numbers between different number bases |
COS() | Return the cosine |
COT() | Return the cotangent |
CRC32() | Compute a cyclic redundancy check value |
DEGREES() | Convert radians to degrees |
EXP() | Raise to the power of |
FLOOR() | Return the largest integer value not greater than the argument |
LN() | Return the natural logarithm of the argument |
LOG() | Return the natural logarithm of the first argument |
LOG10() | Return the base-10 logarithm of the argument |
LOG2() | Return the base-2 logarithm of the argument |
MOD() | Return the remainder() |
PI() | Return the value of pi |
POW() | Return the argument raised to the specified power |
POWER() | Return the argument raised to the specified power |
RADIANS() | Return argument converted to the specified power |
RAND() | Return a random floating-point value |
ROUND() | Round the argument |
SIGN() | Return the sign of the argument |
SIN() | Return the sine of the argument |
SQRT() | Return the square root of the argument |
TAN() | Return the tangent of the argument |
TRUNCATE() | Truncate the specified number of decimal places |
* All mathematical functions return NULL in the event of an error
첨 보는 것도 많고, 익숙한 것도 있고, 어설프게 한번쯤 써 본 것도 있지만, 굵게 칠해놓은 9개 정도만 다시 한번 살펴볼까 한다.
'D > MySQL' 카테고리의 다른 글
MySQL CEIL(), CEILING() (0) | 2020.03.26 |
---|---|
MySQL ABS() (0) | 2020.03.26 |
MySQL Arithmetic Operators (0) | 2020.03.26 |
MySQL Control Flow Functions (0) | 2020.03.19 |
MySQL 지정 연산자 (0) | 2020.03.19 |
Comments