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

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

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

    Apr 16, 2025 · You can use substring with an optional length argument in Azure SQL Database, Azure SQL Managed Instance, Azure Synapse Analytics, Analytics Platform System (PDW), …

  3. SQL Server SUBSTRING() Function - GeeksforGeeks

    Jun 17, 2024 · The SQL Server SUBSTRING function extracts a substring from a string, starting at a specified position and with an optional length. The SUBSTRING function also works in …

  4. SUBSTRING, PATINDEX and CHARINDEX string functions in SQL

    Mar 1, 2021 · 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, …

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

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

  7. SQL SUBSTRING Function - SQL Tutorial

    First, find the position of the dot character (.) using the POSITION() function. Second, retrieve the extension by extracting a substring from the position of the dot character (.) to the end of the …

  8. SUBSTRING Function in SQL Server

    Jan 8, 2024 · The SUBSTRING function in SQL Server extracts the substring (characters) from the string (character expression) with a given length from the specified position. So, if you …

  9. 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 …

  10. Substring() in SQL Server: How to use Function with Example - Guru99

    Jun 28, 2024 · This Substring() in SQL server tutorial covers the topics like Substring() Syntax, Rules for using Substring(), T-SQL Substring with diagrams examples.

Refresh