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

    Nov 18, 2025 · The following example shows how to return only a part of a character string from a given start position. Since the length argument isn't provided, the length defaults to return the …

  3. SQL SUBSTRING Function Use and Examples - SQL Server Tips

    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 · Syntax The SQL SUBSTRING function syntax is: SUBSTRING (input_string, start, length); Parameters Input_string: It can be a character, binary, text, or image expression. …

  5. SUBSTRINGSQL Tutorial

    SUBSTRING The SQL SUBSTRING function is used to extract a portion of a string value from a larger string. The syntax for the function is as follows:

  6. SQL Server SUBSTRING Function: A Complete Guide - dbvis.com

    Aug 18, 2025 · Let’s learn everything you need to know about the SQL Server SUBSTRING function to extract a portion of a specified character, binary, text, or image expression. If you …

  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. SQL SUBSTRING: Overview, Syntax, and Examples - Intellipaat

    Aug 12, 2025 · The SQL SUBSTRING () function extracts part of a string by position and length. Learn to use it for data manipulation, formatting, and filtering.

  9. SQL Server: SUBSTRING Function - TechOnTheNet

    This SQL Server tutorial explains how to use the SUBSTRING function in SQL Server (Transact-SQL) with syntax and examples. In SQL Server (Transact-SQL), the SUBSTRING functions …

  10. Mastering the SUBSTRING Function in SQL: A Comprehensive …

    Its flexibility and wide support across databases like PostgreSQL, MySQL, SQL Server, and Oracle make it a must-know for any SQL user. In this blog, we’ll explore what SUBSTRING is, …