About 204,000 results
Open links in new tab
  1. Oracle SUBSTR Function: Extract a Substring from a String

    This tutorial shows you how to use the Oracle SUBSTR () function to extract a substring from a string in the database.

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

  3. Oracle / PLSQL: SUBSTR Function - TechOnTheNet

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

  4. How to Select a substring in Oracle SQL up to a specific character ...

    I would like to be able to write a query that selects this column from said table, but only returns the substring up to the Underscore (_) character. For example:

  5. Oracle SUBSTR () function with examples

    In this tutorial we will learn how to use SUBSTR function with practicle examples.

  6. SUBSTR and INSTR functions in Oracle SQL - DEV Community

    Dec 8, 2024 · In SQL, both the SUBSTR (or SUBSTRING in some databases) and INSTR functions are used to work with strings, but they serve different purposes. Here's a breakdown …

  7. Oracle SUBSTR function - w3resource

    Aug 6, 2024 · The SUBSTR functions returns the specified number (substring_length) of characters from a particular position of a given string. It has several variants, including …

  8. How to Get Substring in Oracle SQL? • Vinish.Dev

    May 28, 2025 · In this tutorial, you will learn how to use SUBSTR function in Oracle SQL to get a substring from a string.

  9. Oracle Substring function overview with examples - SQL Shack

    In this article, we will learn how to set up an Oracle instance, create sample data and understand the use of the substring function.

  10. SUBSTR () Function in Oracle - Database.Guide

    Jul 31, 2021 · In Oracle, the SUBSTR() function returns a substring from a given string. SUBSTR() requires at least two arguments; the string, and the position for which to extract the …