About 161,000 results
Open links in new tab
  1. SQL Server SUBSTRING () Function - W3Schools

    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

    5 days ago · The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.

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

    Mar 22, 2022 · One of the common text functions the course covers is SUBSTRING(). In this article, we have five real-life business examples that cover the main uses of this function.

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

  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 can be used.

  6. SUBSTRING, PATINDEX and CHARINDEX string functions in SQL

    In this article, we will explore SUBSTRING, PATINDEX and CHARINDEX string functions for SQL queries. While working with the string data, we perform various calculations, analytics, search, …

  7. SQL Server SUBSTRING Function By Practical Examples

    Summary: in this tutorial, you will learn how to use the SQL Server SUBSTRING() function to extract a substring from a string. The SUBSTRING() extracts a substring with a specified length …

  8. SUBSTRINGSQL Tutorial

    Overall, the SQL SUBSTRING function is a useful tool for extracting substrings from string values in SQL queries, allowing for more advanced manipulation and analysis of data.

  9. SQL Server: SUBSTRING Function - TechOnTheNet

    SQL Server: SUBSTRING Function This SQL Server tutorial explains how to use the SUBSTRING function in SQL Server (Transact-SQL) with syntax and examples.

  10. SQL - SUBSTRING () Function - Online Tutorials Library

    Following is the syntax of the SQL SUBSTRING () function −. expression − It is a character, binary, text, ntext, and image expression. length − It is a positive integer that specifies the length of the …