Home > Database > Mysql Tutorial > body text

Several commonly used mysql interception functions

怪我咯
Release: 2017-03-31 10:15:58
Original
1611 people have browsed it

Commonly used mysqlInterceptionfunctionsare: left(), right(), substring( ), substring_index()
Let’s explain one by one:
1. Left interception left(str, length)

Several commonly used mysql interception functions
2. Right interception right(str, length)

Several commonly used mysql interception functions
3.substring(str, pos); substring(str, pos, len)

Several commonly used mysql interception functions
4.substring_index(str,delim,count )

Several commonly used mysql interception functions


The above is the detailed content of Several commonly used mysql interception functions. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!