MySQL learns five SQL utility functions

Source: Internet
Author: User

0 Select Now ()

  Displays the current time.

1 Select char_length (' Andyqan ')

  Displays the character length.

Date of 2nd format

Select Date_format (now (), '%y-%m-%d ')

3 Add/Decrease Date Time

Select Date_add (now (), Interval 1 day)

4 Type conversions

Select cast (187000000 as Char)

5 Cryptographic functions

  MD5 is irreversible, that is, unbreakable. However, the same data must be MD5 encrypted, so it can be used for password checking. The network on the crack MD5 is not true crack.

After forgetting the QQ password, you can reset it.

Select MD5 ("Andyqian");

6 string concatenation

Select Concat (' A ', ' B ', ' C ')

7 JSON functions (5.7 support later)

Select Json_object ("name", "Andyqian", "Database", "MySQL");

· Select Json_array ("name", "Andyqian", "Database", "MySQL");

MySQL learns five SQL utility 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.