About 1,580,000 results
Open links in new tab
  1. What are the Microsoft SQL database functions? - SQL Server

    SQL Server built-in functions are either deterministic or nondeterministic. Functions are deterministic when they always return the same result anytime they're called by using a …

  2. String Functions (Transact-SQL) - SQL Server | Microsoft Learn

    May 23, 2023 · The following scalar functions perform an operation on a string input value and return a string or numeric value: All built-in string functions except FORMAT are deterministic. …

  3. CREATE FUNCTION (Transact-SQL) - SQL Server | Microsoft Learn

    Sep 3, 2024 · Applies to: SQL Server Azure SQL Database Azure SQL Managed Instance. Creates a user-defined function (UDF), which is a Transact-SQL or common language runtime …

  4. SQL Server Functions - W3Schools

    SQL Server has many built-in functions. This reference contains string, numeric, date, conversion, and some advanced functions in SQL Server.

  5. SQL Server: Functions - Listed by Category - TechOnTheNet

    The list of SQL Server functions is sorted into the type of function based on categories such as string, conversion, advanced, numeric/mathematical, and date/time functions. These functions …

  6. T-SQL Create Function syntax and example - T-SQL Tutorial

    To create a function in SQL Server with T-SQL uses the following syntax: CREATE OR ALTER FUNCTION function_name(parameters) SQL_statements. RETURN return_value. The …

  7. SQL Server Functions: Create, Alter, Call - TutorialsTeacher.com

    SQL Server Functions are of two types: System Functions: These are built-in functions available in every database. Some common types are Aggregate functions, Analytic functions, Ranking …

  8. Different Types of SQL Server Functions - ScholarHat

    Feb 18, 2025 · In this SQL Server tutorial we will explore various SQL Server Functions such as user-defined and system functions to improve your database querying skills. A function is a …

  9. SQL Server Functions - SQL Server Tutorial

    This section provides you with the commonly used SQL Server functions, including aggregate functions, date functions, string functions, system functions, and window functions.

  10. SQL Server Functions

    SQL Server provides a vast library of built-in functions. These functions are pre-defined and can be utilized without the need for user-defined code. They are broadly classified into categories …

  11. Some results have been removed
Refresh