About Me

I have decades of experience is software development using .Net Technologies, PHP and wordpress. I love coding and discovering new tech.

Category: Uncategorised

These are some random posts who don’t belong to any category.

Code Improvement, Database Management, Uncategorised

How to Split a String in MySQL Using the SPLIT_STR Function. The Right Way!

Posted on June 27, 2024  - By Kaustav Halder - 0 Comments

When working with strings in MySQL, there may be times when you need to split a string into individual components based on a delimiter. For example, you might have a comma-separated list of values and need to extract a specific...