About 90,200 results
Open links in new tab
  1. The SQL Substring Function in 5 Examples - LearnSQL.com

    Mar 22, 2022 · Learn how to extract a substring from a string. We have five real-life business examples that cover the main uses for SUBSTRING().

  2. SQL Server SUBSTRING() Function - W3Schools

    The SUBSTRING () function extracts some characters from a string. Required. The string to extract from. Required. The start position. The first position in string is 1. Required. The …

  3. SQL SUBSTRING Code Examples and Usage - MSSQLTips.com - SQL

    May 10, 2023 · The SQL Server SUBSTRING function extracts a portion of a string based on its starting position and length. The syntax for the SUBSTRING function is as follows: …

  4. SQL Server SUBSTRING() Function - GeeksforGeeks

    Jun 17, 2024 · In this example, we will use the SUBSTRING () function on a table column. Query. Output. The PlayerName column in the subquery receives the SUBSTRING function, which …

  5. SQL Server SUBSTRING Function By Practical Examples

    SQL Server SUBSTRING() examples. Let’s take some examples of using the SUBSTRING() function to understand how it works. A) Using SUBSTRING() function with literal strings. This …

  6. SQL SUBSTRING Function - SQL Tutorial

    This tutorial shows you how to use the SQL SUBSTRING function to extract a substring from a string stored in the database.

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

  8. SQL Substring: Syntax, Usage, and Examples - mimo.org

    SQL Substring: Syntax, Usage, and Examples. The SQL substring function extracts part of a string based on starting position and length. Use it when you need to isolate specific …

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

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

    Jun 28, 2024 · Substring () extracts a string with a specified length, starting from a given location in an input string. The purpose of Substring () in SQL is to return a specific portion of the …

  11. Some results have been removed
Refresh