top of page
207
MySQL 8.0
MID
Syntax:
MID(str,pos,len)
MID(str,pos,len) is a synonym for SUBSTRING(str,pos,len).
URL: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html
bottom of page
MySQL 8.0
Syntax:
MID(str,pos,len)
MID(str,pos,len) is a synonym for SUBSTRING(str,pos,len).
URL: https://dev.mysql.com/doc/refman/8.0/en/string-functions.html