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
- SVN
- 티베로
- Date and Time Function
- String Function and Operators
- MySQL
- String Functions and Operators
- String Functions and Date Operators
- 방화벽
- Data and Time Functions
- 전자정부표준프레임워크
- Oracle
- Tibero
- 오라클
- Sring Functions and Operators
- Date and Time Functions
- HTTP
- 윈도우
- 전자정부 표준프레임워크
Archives
- Today
- Total
웹이야기
[MySQL] CHAR_LENGTH() 본문
MySQL 문자열 함수와 연산자
CHAR_LENGTH()
-
CHAR_LENGTH(str)
의 형태
Returns the length of the string str, measured in characters. A multibyte character counts as a single character. This means that for a string containing five 2-byte characters. LENGTH() returns 10, whereas CHAR_LENGTH() returns 5.
'D > MySQL' 카테고리의 다른 글
[MySQL] CONCAT() (0) | 2020.04.08 |
---|---|
[MySQL] CHARACTER_LENGTH() (0) | 2020.04.08 |
[MySQL] CHAR() (0) | 2020.04.08 |
[MySQL] BIT_LENGTH() (0) | 2020.04.08 |
[MySQL] BIN() (0) | 2020.04.08 |
Comments