About 4,440 results
Open links in new tab
  1. MySQL SUBSTRING_INDEX () Function - W3Schools

    The SUBSTRING_INDEX () function returns a substring of a string before a specified number of delimiter occurs. Required. The original string. Required. The delimiter to search for. Required. …

  2. SUBSTRING, PATINDEX and CHARINDEX string functions in SQL

    In this article, we explore SUBSTRING, PATINDEX, and CHARINDEX using examples. The SUBSTRING () function extracts the substring from the specified string based on the specified …

  3. SUBSTRING_INDEX() function in MySQL - GeeksforGeeks

    Sep 23, 2020 · SUBSTRING_INDEX () function in MySQL is used to return a substring from a string before a specified number of occurrences of the delimiter. Syntax : …

  4. A Complete Guide to SUBSTRING_INDEX in SQL - DbVisualizer

    Jan 16, 2024 · In this guide to SUBSTRING_INDEX in SQL, you learned what it is and how it works. This powerful MySQL string manipulation function helps you extract substrings based …

  5. SUBSTRING_INDEX in SQL Explained - DbVisualizer

    Apr 8, 2024 · The [SUBSTRING_INDEX in SQL] (https://www.dbvis.com/thetable/a-complete-guide-to-substring_index-in-sql/) function is self-explanatory. It returns a substring of a string …

  6. MySQL Substring And Substring_Index Functions With Examples

    Apr 1, 2025 · Learn about MySQL SUBSTRING and SUBSTRING_INDEX functions and its usage with multiple examples: MySQL Substring function is used to extract a substring or part string …

  7. MySQL SUBSTRING_INDEX Guide | The Table — Databases and SQL

    Jan 6, 2025 · MySQL’s SUBSTRING_INDEX function simplifies string manipulation by extracting specific substrings based on delimiters. Whether you need to extract a domain, a file …

  8. MySQL: SUBSTRING_INDEX Function - TechOnTheNet

    This MySQL tutorial explains how to use the MySQL SUBSTRING_INDEX function with syntax and examples. The MySQL SUBSTRING_INDEX function returns the substring of string …

  9. Mastering SUBSTRING_INDEX in MySQL | The Table — Databases and SQL

    Mar 17, 2025 · MySQL provides SUBSTRING_INDEX, a function that extracts substrings based on a delimiter and its occurrence. In this article, you will learn how it works and where it is …

  10. MySQL SUBSTRING_INDEX Function

    Use the MySQL SUBSTRING_INDEX () function to get a substring from a string before a specified number of occurrences of the delimiter.

Refresh