MySQL

MySQL Examples and Tutorials

MySQL SUBSTRING() and SUBSTR() Functions – How to extract substrings in MySQL?

In this tutorial, we will learn about the MySQL SUBSTRING() and SUBSTR() functions. Both functions do the same thing but have different names. SUBSTRING() and SUBSTR() are used to extract a substring from a given string from a given position. You may also specify the number of characters you wish to extract into the substring. …

MySQL SUBSTRING() and SUBSTR() Functions – How to extract substrings in MySQL? Read More »