Escaping wildcard characters in a MySQL fuzzy query

Source: Internet
Author: User

SQL often uses like to fuzzy query, and fuzzy query will use the percent percent "%", underscore "_" these wildcard characters, where "%" matches any number of characters, "_" matches a single character.

If we want to blur a query with a wildcard character string, such as "60%", "user_name", you need to escape the wildcard. As follows, the% after the slash is no longer a wildcard, and the% before the slash still acts as a wildcard character.

Select percent from score where percent like '%0/% ' escape '/';

Escaping wildcard characters in a MySQL fuzzy query

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.