MySQL Common functions

Source: Internet
Author: User

1.
IsNull (expr): Exper is null, returns TRUE, otherwise false
Ifnull (EXPR1,EXPR2): If EXPR1 is not NULL, the return value of Ifnull () is expr1; Otherwise its return value is EXPR2
Format (X,D): formats X as a number of D decimal places, can format data as integers or floating-point numbers, with rounding function

The 2.concat () function can connect one or more strings
Concat (STR1,STR2,...) returns the string that results from the connection parameter. If any one of the arguments is NULL, the return value is null
Concat_ws (SEPARATOR,STR1,STR2,...) The first parameter is a delimiter for other parameters. The position of the delimiter is placed between the two strings to be concatenated. The delimiter can be a string, or it can be another parameter

3.group_concat () grouping splicing function
Group_concat ([distinct] field to connect [order by Asc/desc sort field] [separator ' delimiter '])

MySQL Common functions

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.