About 504,000 results
Open links in new tab
  1. MySQL :: MySQL 8.0 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. 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 …

  4. MySQL | Creating stored function - GeeksforGeeks

    Jan 18, 2022 · The syntax for CREATE FUNCTION statement in Mysql is: CREATE FUNCTION function_name(func_parameter1, func_parameter2, ..) RETURN datatype [characteristics] …

  5. MySQL Cheat Sheet - LearnSQL.com

    Jun 5, 2023 · This MySQL Cheat Sheet provides a concise and handy reference to the most commonly used MySQL commands and functionalities. It spans a range of topics, from …

  6. MySQL Stored Function - MySQL Tutorial

    Unlike a stored procedure, you can use a stored function in SQL statements wherever you use an expression. This enhances the readability and maintainability of the procedural code. To …

  7. MySQL Functions - MySQL Tutorial

    MySQL provides a comprehensive set of built-in functions that allow users to perform various operations on data stored in databases. These functions can be broadly categorized into …

  8. 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. Common Uses …

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

  10. MySQL :: MySQL 8.0 Reference Manual :: 12 Functions and …

    Expressions can be written using literal values, column values, NULL, built-in functions, stored functions, user-defined functions, and operators. This chapter describes the SQL functions …

  11. Some results have been removed
Refresh