About 137,000 results
Open links in new tab
  1. MySQL SUBSTR () Function - W3Schools

    Extract a substring from a string (start at position 5, extract 3 characters): The SUBSTR () function extracts a substring from a string (starting at any position). Note: The position of the first …

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

    Nov 18, 2025 · The SUBSTRING function returns a portion of a specified character, binary, text, or image expression.

  3. SUBSTR - Oracle Help Center

    The SUBSTR functions return a portion of char, beginning at character position, substring_length characters long. SUBSTR calculates lengths using characters as defined by the input …

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

    SUBSTRING is a SQL function that extracts a portion of a string based on a starting position and, optionally, a length. It’s a standardized function (also known as SUBSTR in some databases) …

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

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

  7. SQL SUBSTR Tutorial - Interactive Database Lesson | SQLEasy

    Learn SQL SUBSTR with interactive examples and hands-on practice. Step-by-step tutorial with real database tables. Lesson of 31.

  8. MySQL: SUBSTR Function - TechOnTheNet

    This MySQL tutorial explains how to use the MySQL SUBSTR function with syntax and examples. The MySQL SUBSTR function allows you to extract a substring from a string.

  9. SQL Server SUBSTRING () Function - W3Schools

    Definition and Usage The SUBSTRING () function extracts some characters from a string. Syntax SUBSTRING (string, start, length)

  10. MySQL SUBSTRING () Function: Usage & Examples - DataCamp

    Learn how to use the MySQL `SUBSTRING ()` function to extract specific parts of strings with examples, syntax, and best practices for efficient data manipulation.