"MySQL 숫자 함수 및 연산자"의 두 판 사이의 차이

6번째 줄: 6번째 줄:
! 함수 !! 설명
! 함수 !! 설명
|-
|-
| ABS() || ★ Return the absolute value
| [[ABS()]] || ★ Return the absolute value
|-
|-
| ACOS() || Return the arc cosine
| [[ACOS()]] || Return the arc cosine
|-
|-
| ASIN() || Return the arc sine
| [[ASIN()]] || Return the arc sine
|-
|-
| ATAN2(), ATAN() || Return the arc tangent of the two arguments
| [[ATAN2()]], [[ATAN()]] || Return the arc tangent of the two arguments
|-
|-
| ATAN() || Return the arc tangent
| [[ATAN()]] || Return the arc tangent
|-
|-
| CEIL() || Return the smallest integer value not less than the argument
| [[CEIL()]] || Return the smallest integer value not less than the argument
|-
|-
| CEILING() || 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
| [[CONV()]] || Convert numbers between different number bases
|-
|-
| COS() || ★ Return the cosine
| [[COS()]] || ★ Return the cosine
|-
|-
| COT() || Return the cotangent
| [[COT()]] || Return the cotangent
|-
|-
| CRC32() || Compute a cyclic redundancy check value
| [[CRC32()]] || Compute a cyclic redundancy check value
|-
|-
| DEGREES() || Convert radians to degrees
| [[DEGREES() || Convert radians to degrees
|-
|-
| DIV || Integer division
| [[DIV || Integer division
|-
|-
| / || Division operator
| [[/ || Division operator
|-
|-
| EXP() || ★ Raise to the power of
| [[EXP() || ★ Raise to the power of
|-
|-
| FLOOR() || Return the largest integer value not greater than the argument
| [[FLOOR() || Return the largest integer value not greater than the argument
|-
|-
| LN() || Return the natural logarithm of the argument
| [[LN() || Return the natural logarithm of the argument
|-
|-
| LOG10() || Return the base-10 logarithm of the argument
| [[LOG10() || Return the base-10 logarithm of the argument
|-
|-
| LOG2() || Return the base-2 logarithm of the argument
| [[LOG2() || Return the base-2 logarithm of the argument
|-
|-
| LOG() || Return the natural logarithm of the first argument
| [[LOG() || Return the natural logarithm of the first argument
|-
|-
| - || Minus operator
| [[- || Minus operator
|-
|-
| MOD() || Return the remainder
| [[MOD() || Return the remainder
|-
|-
| % or MOD || Modulo operator
| [[%]] or [[MOD]] || Modulo operator
|-
|-
| PI() || ★ Return the value of pi
| PI() || ★ Return the value of pi
|-
|-
| + || Addition operator
| [[+]] || Addition operator
|-
|-
| POW() || Return the argument raised to the specified power
| [[POW()]] || Return the argument raised to the specified power
|-
|-
| POWER() || Return the argument raised to the specified power
| [[POWER()]] || Return the argument raised to the specified power
|-
|-
| RADIANS() || Return argument converted to radians
| [[RADIANS()]] || Return argument converted to radians
|-
|-
| RAND() || Return a random floating-point value
| [[RAND()]] || Return a random floating-point value
|-
|-
| ROUND() || Round the argument
| [[ROUND()]] || Round the argument
|-
|-
| SIGN() || Return the sign of the argument
| [[SIGN()]] || Return the sign of the argument
|-
|-
| SIN() || ★ Return the sine of the argument
| [[SIN()]] || ★ Return the sine of the argument
|-
|-
| SQRT() || ★ Return the square root of the argument
| [[SQRT()]] || ★ Return the square root of the argument
|-
|-
| TAN() || ★ Return the tangent of the argument
| [[TAN()]] || ★ Return the tangent of the argument
|-
|-
| * || Multiplication operator
| [[*]] || Multiplication operator
|-
|-
| TRUNCATE() || Truncate to specified number of decimal places
| [[TRUNCATE()]] || Truncate to specified number of decimal places
|-
|-
| - || Change the sign of the argument
| [[-]] || Change the sign of the argument
|}
|}



2015년 4월 8일 (수) 00:23 판

MySQL Numeric Functions and Operators
MySQL 숫자 함수 및 연산자

1 목록

함수 설명
ABS() ★ Return the absolute value
ACOS() Return the arc cosine
ASIN() Return the arc sine
ATAN2()ATAN() Return the arc tangent of the two arguments
ATAN() Return the arc tangent
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
[[DIV Integer division
[[/ Division operator
[[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
[[LOG10() Return the base-10 logarithm of the argument
[[LOG2() Return the base-2 logarithm of the argument
[[LOG() Return the natural logarithm of the first argument
[[- Minus operator
[[MOD() Return the remainder
% or MOD Modulo operator
PI() ★ Return the value of pi
+ Addition operator
POW() Return the argument raised to the specified power
POWER() Return the argument raised to the specified power
RADIANS() Return argument converted to radians
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
* Multiplication operator
TRUNCATE() Truncate to specified number of decimal places
- Change the sign of the argument

2 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}