About 640,000 results
Open links in new tab
  1. 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.

  2. What Are the Microsoft SQL Database Functions? - SQL Server

    Sep 29, 2025 · Learn about the categories of built-in functions you can use with SQL databases. You can use the built-in functions or create your own user-defined functions.

  3. SQL FunctionsSQL Tutorial

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

  4. SQL Functions - GeeksforGeeks

    Oct 28, 2025 · SQL functions are built-in operations that perform calculations, manipulate data, and return results in queries. They help simplify tasks like data transformation, aggregation, …

  5. SQL Server Functions

    In SQL Server, a function is a pre-written code segment that performs a specific task and returns a value. It’s essentially a set of SQL statements that you can call by name to perform an …

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

  7. All SQL Server Database Functions List with Examples - Total 30

    Jan 8, 2025 · Here is the list of all functions in SQL Server like aggregate, analytic, bit manipulation, ranking functions, row set, scaler, etc. These functions have plenty of sub …

  8. SQL - Useful Functions - Online Tutorials Library

    SQL has many built-in functions for performing processing on string or numeric data. Following is the list of all useful SQL built-in functions ?

  9. SQL Functions

    This section provides you with many built-in SQL functions including aggregate functions, date functions, string functions, control flow functions, window functions, and math functions.

  10. SQL Functions - Types, Uses, and Best Practices - Intellipaat

    Nov 11, 2025 · SQL Functions - Understand SQL functions, their types & uses. Learn best practices, challenges & future trends to enhance database efficiency & functionality.