About 1,000,000 results
Open links in new tab
  1. MySQL :: MySQL 8.4 Reference Manual :: 14 Functions and …

    This chapter describes the built-in functions and operators that are permitted for writing expressions in MySQL. For information about loadable functions and stored functions, see …

  2. MySQL Functions - W3Schools

    MySQL has many built-in functions. This reference contains string, numeric, date, and some advanced functions in MySQL. Compares two expressions and returns NULL if they are equal. …

  3. MySQL | Creating stored function - GeeksforGeeks

    Jan 18, 2022 · By default, the stored function is associated with the default database. The CREATE FUNCTION statement require CREATE ROUTINE database privilege. CREATE …

  4. 15.1.17 CREATE PROCEDURE and CREATE FUNCTION Statements - MySQL

    To invoke a stored procedure, use the CALL statement (see Section 15.2.1, “CALL Statement”). To invoke a stored function, refer to it in an expression. The function returns a value during …

  5. MySQL Functions: String, Numeric, User-Defined, Stored - Guru99

    Jul 17, 2024 · What are functions? MySQL can do much more than just store and retrieve data. We can also perform manipulations on the data before retrieving or saving it. That’s where …

  6. MySQL Functions - MySQL Tutorial

    In this tutorial, you will learn various MySQL aggregate functions including SUM, AVG, MAX, MIN and COUNT functions. In this section, you will learn about the comparison functions in MySQL …

  7. MySQL: Functions - TechOnTheNet

    What is a function in MySQL? In MySQL, a function is a stored program that you can pass parameters into and then return a value. Just as you can create functions in other languages, …

  8. MySQL: Functions - Listed by Category - TechOnTheNet

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

  9. MySQL Functions - DataCamp

    MySQL functions perform specific operations on data, making queries more efficient and flexible. They are categorized into aggregate, string, date, and mathematical functions. Aggregate …

  10. Numeric, String and Date Time Functions in MySQL - GeeksforGeeks

    Sep 6, 2024 · In MySQL, functions are a fundamental part of the SQL language, enabling us to perform calculations, manipulate data and retrieve information. The functions in MySQL can …

  11. Some results have been removed
Refresh