How to use mysql function concatenation to query concat functions, mysqlconcat

Source: Internet
Author: User

How to use mysql function concatenation to query concat functions, mysqlconcat

As follows:

// Query the year and month of the managefee_managefee table. Use the concat function to combine them into year-month. For example, splice 2017 and 1 into 2017-01 .. Select CONCAT (. year, '-', if (. month <= 9, CONCAT ('0',. month),. month) as date,. * from managefee_manage1_as a; // query the data of the period from to in managefee_manage1_select * from (select CONCAT (. year, '-', if (. month <= 9, CONCAT ('0',. month),. month) as date,. * from managefee_manage%as a) bwhere B. date between '2014-01 'and '2014-07 ';

The usage of the above mysql function concatenation query concat function is all the content that I have shared with you. I hope to give you a reference and support for the help house.

Related Article

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.