About 1,610,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

    Nov 18, 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 Functions - GeeksforGeeks

    Nov 15, 2025 · SQL functions are built-in operations that perform calculations, manipulate data, and return results in queries, making data handling simpler without writing complex code.

  4. 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 functions, …

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

  6. SQL Server Functions

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

  7. SQL Functions With Examples - Built In

    Mar 19, 2025 · SQL functions are prewritten actions that can be called on a cell, record or database to flexibly manipulate and extract information for further analysis. Take a closer look at the main types …

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

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

  10. SQL functions and references - w3resource

    Oct 1, 2024 · SQL functions are routines that accept inputs, perform computations or operations, and return a result. They are used to encapsulate logic and facilitate data manipulation within SQL …