웹이야기

[MySQL] POSITION() 본문

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

 

'D > MySQL' 카테고리의 다른 글

[MySQL] REPEAT()  (0) 2020.04.20
[MySQL] QUOTE()  (0) 2020.04.20
[MySQL] ORD()  (0) 2020.04.14
[MySQL] OCTET_LENGTH()  (0) 2020.04.14
[MySQL] OCT()  (0) 2020.04.14
Comments