| Functions | Description |
| concat | Appending string data |
| CONVERT | Converting one data type to other |
| character_length | number of characters present in data |
| char_length | number of characters present in a string |
| ELT | Return the string based on position |
| FIELD | Return the position of the searched string |
| FIND_IN_SET | searching string within a set of strings |
| locate | searching the string & getting location of presence |
| Lower Upper case | Changing lower case to upper case and vies versa |
| Length | Length of the string in bytes |
| Left | Getting part of the string from left |
| LPAD | Pad string from Left |
| LTRIM | Remove blank space from Left |
| RTRIM | Remove blank space from Right |
| replace | Updating part of the data |
| Reverse | Reversing a string by Query |
| Repeat | Repeating string n number of times |
| RIGHT | Part of a string towards right |
| SPACE | Adding Space |
| strcmp | String Comparison |
| substring | Getting Part of the string |
| substring_index | Part of the string using delimiter |
| TRIM | Removing matching string from both ends of a string |
| Projects | Description |
| Domain , Userid | Updating table with Domain and Userid part of Email address |
| String Count | Counting presence of search string in a main string |
Author
🎥 Join me live on YouTubePassionate about coding and teaching, I publish practical tutorials on PHP, Python, JavaScript, SQL, and web development. My goal is to make learning simple, engaging, and project‑oriented with real examples and source code.