The question of using the% (Percent semicolon) in the MySQL statement as follows

Source: Internet
Author: User

Question: Use the% (Percent semicolon) in the MySQL statement to get more execution efficiency slower!

Total spents: 0.0489 seconds 0.0691 0.0485 0.0467

SELECT ' Goods_name ', ' goods_img ', ' sku_id ', ' import ' from ' goods ' WHERE ' goods_name ' like '%iphone%ipod% ' and ' stime ' < 1413877244 and ' etime ' > 1413877244 order BY ' flag ' DESC

Total spents: 0.0460 seconds 0.0430 0.0493 0.0783 0.0496

SELECT ' Goods_name ', ' goods_img ', ' sku_id ', ' import ' from ' goods ' WHERE ' goods_name ' like '%iphone% ' and ' goods_name ' like '%ipod% ' and ' stime ' < 1413877367 and ' etime ' > 1413877367 order BY ' flag ' DESC

Total: 0.0458 seconds, 0.0441 seconds, 0.0449 seconds.

SELECT ' Goods_name ', ' goods_img ', ' sku_id ', ' import ' from ' goods ' WHERE ' goods_name ' like '%%%%%%%%%%%%%%%%%%%%%%%iphone %ipod%%%%%%%%%%%%%%%%%%%%%%% ' and ' stime ' < 1413877997 and ' etime ' > 1413877997 order BY ' flag ' DESC

Practice has shown that the number of percent semicolons does not affect the speed of SQL execution. The efficiency of these methods is almost the same.

These are the results of my test. The individual may according to own actual demand to choose the writing! The suggestion is the best choice second kind!

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.