About 7,690 results
Open links in new tab
  1. SQL Server SUBSTRING () Function - W3Schools.com

    Definition and Usage The SUBSTRING () function extracts some characters from a string. Syntax SUBSTRING (string, start, length)

  2. SUBSTRING (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 20, 2026 · The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.

  3. SQL SUBSTRING Function Use and Examples

    Apr 27, 2025 · Learn about the SQL Server SUBSTRING functions and the different ways this could be used.

  4. SQL Server SUBSTRING () Function - GeeksforGeeks

    Jul 15, 2025 · The SUBSTRING () function extracts a substring from a string, starting at a specified position and with an optional …

  5. SQL SUBSTRING Code Examples and Usage - SQL Server Tips

    May 10, 2023 · Learn different ways to use the SQL SUBSTRING function along with several different code examples of how this …

  6. SQL SUBSTRING Function

    This tutorial shows you how to use the SQL SUBSTRING function to extract a substring from a string stored in the database.

  7. The SQL Substring Function in 5 Examples - LearnSQL.com

    Mar 22, 2022 · Learn how to extract a substring from a string. We have five real-life business examples that cover the main uses for …

  8. SQL Server SUBSTRING Function By Practical Examples

    In this tutorial, you will learn how to use the SQL Server SUBSTRING () function to extract a substring from a string.

  9. SUBSTRING, PATINDEX and CHARINDEX string functions in SQL

    In this article, we explored the SUBSTRING, PATINDEX, and CHARINDEX string functions for SQL queries. You can retrieve a …

  10. MySQL SUBSTR () Function - W3Schools

    Extract a substring from a string (start at position 5, extract 3 characters): The SUBSTR () function extracts a substring from a string …