About 7,680 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

    Jan 9, 2026 · Returns part of a character, binary, text, or image expression in SQL Server. Transact-SQL syntax conventions. Syntax for SQL Server 2022 (16.x) and earlier versions.

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

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

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

  6. SQL Server SUBSTRING (): A Complete Guide to Extracting Strings

    Feb 3, 2026 · The SUBSTRING() function in SQL Server lets you pull out specific portions of a string. Whether you’re cleaning data, formatting output, or parsing complex text fields, this function is one …

  7. SQL SUBSTRING () String Function - Syntax, Examples [4]

    In this tutorial, we will go through SQL SUBSTRING () String function, its syntax, and how to use this function to extract a portion of a string, with the help of well detailed examples.

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

    Feb 28, 2025 · What is the SQL Server SUBSTRING () function? The SUBSTRING () function in SQL Server is a string-manipulation powerhouse. Whether you’re pulling out specific characters for data …

  9. Mastering the SUBSTRING Function in SQL: A Comprehensive Guide

    In this blog, we’ll explore what SUBSTRING is, how it works, when to use it, and how it compares to related functions like LEFT and RIGHT. With detailed examples and clear explanations, you’ll be …

  10. SQL SUBSTRING Function - Tutorial Gateway

    In this article, we will explore the working functionality of the SQL Server SUBSTRING function, starting with syntax and basic variable examples. In the later section, we show how to use it on columns, …