About 135,000 results
Open links in new tab
  1. SQL Functions - Oracle Help Center

    See also Oracle Database SQL Language Reference for detailed information about SQL functions

  2. Oracle / PLSQL: Functions - Listed by Category - TechOnTheNet

    The list of Oracle/PLSQL functions is sorted into the type of function based on categories such as string/character, conversion, advanced, numeric/mathematical, and date/time.

  3. Oracle SQL Functions - The Complete List - Database Star

    This page contains a list of all Oracle SQL functions. It contains SQL functions from Oracle 12c, as well as older versions such as 9i, 10g, and 11g. It's a great page for you to bookmark for future reference. …

  4. PL/SQL Function - Oracle Tutorial

    How to develop a PL/SQL function and call it in various places such as an assignment statement and an SQL statement.

  5. Oracle SQL Functions

    Tutorial and How to use Oracle SQL Functions, Math, Character, Single Row, Aggregate Functions with examples

  6. SQL Functions - Oracle

    SQL functions are built into Oracle Database and are available for use in various appropriate SQL statements. Do not confuse SQL functions with user-defined functions written in PL/SQL.

  7. PL/SQL Functions - GeeksforGeeks

    Jun 15, 2024 · A PL/SQL recursive function is a function that calls itself to perform a specific task. The function continues to call itself until a certain condition is met, at which point it returns a value.

  8. Built-in SQL Functions - Oracle Migration - SQLines Tools

    All functions in alphabetical order: 1 ABS (n) 2 ACOS (n) 3 ADD_MONTHS (date, integer) 4 APPROX_COUNT (expr) 5 APPROX_COUNT_DISTINCT (expr) 6 …

  9. PL/SQL FunctionsOracle PL/SQL Tutorial

    Oracle PL/SQL offers a wide range of built-in functions that can be used to perform various operations on data stored in the database. Some examples of Oracle PL/SQL functions include:

  10. Mastering Built-in Functions in Oracle SQL - DEV Community

    Sep 18, 2024 · This article delves into the various types of built-in functions available in Oracle and demonstrates how they can be effectively used to optimize your database workflows.