MySQL (vi)--Custom function

Source: Internet
Author: User

  • Custom functions
    • A user-defined function (user-defined function, UDF) is a way to extend MySQL, using the same functionality as built-in functions.
    • parameter, return value
    • Creating a Custom function
    • CREATE FUNCTIONfunction_nameRETURNS[string| integer| real| DECIMAL]Routine_body//about function Bodies//1the function body has a valid SQL statement structure;//2the function body can be a simple select or INSERT statement;//3the function body uses the BEGIN if the structure is compliant. End statement;//4. The composite machine bone puppet can contain declarations, loops, and control structures.

    • //  for Example: CREATE FUNCTION RETURN VARCHAR (in) RETURN ' %y%m Month%d day%h%m minutes%s seconds ');

    • DELIMITER//This statement indicates that the SQL console will no longer be in the future; For statement Terminator instead of//end

MySQL (vi)--Custom function

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.