Home > Backend Development > PHP Tutorial > Usage of substr function in MySQL and PHP

Usage of substr function in MySQL and PHP

WBOY
Release: 2016-07-25 08:55:01
Original
995 people have browsed it
  1. select VERSION()
  2. select SUBSTRING(cpcode,2) from T_PROVINCE_MATERIAL where province_id=5
Copy code

In addition, you can use mid(), right(), left(), respectively Take from the right and take from the left.



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