About 3,800 results
Open links in new tab
  1. CREATE FUNCTION (Transact-SQL) - SQL Server | Microsoft Learn

    Jul 20, 2026 · Specifies that a series of Transact-SQL statements, which together don't produce a side effect such as modifying a …

  2. SQL Functions - GeeksforGeeks

    Nov 15, 2025 · Mathematical functions in SQL are used to perform numeric calculations on data, such as rounding, powers, absolute …

  3. CREATE FUNCTIONSQL Tutorial

    A function in SQL is a set of SQL statements that perform a specific task and return a single value. Functions help in encapsulating a …

  4. T-SQL Create Function syntax and example

    A T-SQL function in SQL Server database represents an user-defined object that contains one or more SQL statements to perform a …

  5. User-Defined Functions - SQL Server | Microsoft Learn

    Jul 20, 2026 · Like functions in programming languages, SQL Server user-defined functions are routines that accept parameters, …

  6. SQL FunctionsSQL Tutorial

    SQL functions are used to perform calculations and manipulations on data stored in a relational database. There are many types of …

  7. Standard SQL Functions Cheat Sheet - LearnSQL.com

    Aug 25, 2021 · Your quick guide to SQL functions! Download the cheat sheet in PDF or PNG for syntax reference, examples, and tips.