About 434,000 results
Open links in new tab
  1. SUBSTRING (Transact-SQL) - SQL Server | Microsoft Learn

    Apr 16, 2025 · The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.

  2. SQL Server SUBSTRING () Function - W3Schools

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

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

    May 10, 2023 · How do you extract only a specific portion of the string in SQL Server? This tutorial will discuss the SQL Server SUBSTRING function with various T-SQL examples.

  4. 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.

  5. 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 specific text, data using a combination of these functions.

  6. 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 length. It can be used with literal strings or columns in a …

  7. SUBSTRING () Function in SQL Server — Syntax and Examples

    Feb 28, 2025 · Understand how to use the SQL Server SUBSTRING function for extracting text. Includes examples with tables, dynamic extractions and tips.

  8. T-SQL Substring function in SQL Server

    The SQL Server SUBSTRING function is a powerful and commonly used string manipulation function that allows you to extract a substring from a given string. This function is particularly …

  9. SQL Server SUBSTRING () Function - TutorialsTeacher.com

    The SUBSTRING () function returns a part of a given string. The given string can be of character, binary, text, or image type.

  10. 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.

  11. Some results have been removed