D/MySQL
[MySQL] POSITION()
yeon.Biju
2020. 4. 20. 10:54
MySQL 문자열 함수와 연산자
POSITION()
-
POSITION(substr IN str)
의 형태
POSITION(substr IN str) is synonym for LOCATE(substr, str).
https://webobj.tistory.com/184
[MySQL] LOCATE()
MySQL 문자열 함수와 연산자 LOCATE() - LOCATE(substr, str) LOCATE(substr, str, pos) 의 형태 The first syntax returns the position of the first occurence of substring substr in string str. The second..
webobj.tistory.com