반응형
http://dev.mysql.com/doc/refman/5.0/en/string-functions.html#function_substring-index
substring_index(string, delimiter, count)
string 의 delimiter 를 기준으로 찾는데,
count 가 양수이면 왼쪽으로 찾고, count 가 음수이면 오른쪽을 찾는다
반응형
'[DB] > [MySQL]' 카테고리의 다른 글
mysql dump (0) | 2015.08.10 |
---|---|
mysql left, right 함수 (0) | 2015.02.02 |
mysql union 사용하기 (0) | 2015.01.09 |
mysql instr() 사용 (0) | 2015.01.09 |
MySQL INT data type 비교 (0) | 2015.01.08 |