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
- Oracle
- 방화벽
- 전자정부 표준프레임워크
- Tibero
- HTTP
- MySQL
- String Functions and Operators
- 오라클
- String Function and Operators
- String Functions and Date Operators
- SVN
- 윈도우
- 티베로
- Date and Time Function
- Data and Time Functions
- 전자정부표준프레임워크
- Sring Functions and Operators
Archives
- Today
- Total
웹이야기
MySQL CONV() 본문
CONV(N, from_base, to_base)
Converts numbers between different number bases. Returns a string representation of the number N, converted from base from_base to base to_base. Returns NULL if any argument is NULL. The argument N is interpreted as an integer, but may be specified as an integer or string. The minimum base is 2 and the maximim base is 36. If from base is a negative number, N is regarded as a signed number. Otherwise , N is treated as unsigned. CONV() works with 64-bit precision.
음. 어떤 건지 잘 모르겠음.
'D > MySQL' 카테고리의 다른 글
MySQL MOD() (0) | 2020.03.26 |
---|---|
MySQL FLOOR() (0) | 2020.03.26 |
MySQL CEIL(), CEILING() (0) | 2020.03.26 |
MySQL ABS() (0) | 2020.03.26 |
MySQL Mathematical Functions (0) | 2020.03.26 |
Comments