Ask a question about MYSQL.

Source: Internet
Author: User
I would like to ask a question about MYSQL. if the database stores a short string: ABBCCD, then the words in my hand are long strings, such as & nbsp; ABCD, how should I write SQL statements, which of the following keywords can match the string? Do I need to use CONCAT for connecting? In addition, when saving these short strings to the database, how can we ensure security? will there be risks such as injection? Thank you for your question about MYSQL.

If the database contains a short string:
AB
BC
CD

So the word in my hand is a long string, such as ABCD. how should I write the SQL statement to match the character that contains the short word records in several libraries? Do I need to use CONCAT for connecting?

In addition, when saving these short strings to the database, how can we ensure security? will there be risks such as injection?
Thank you.

Share:


------ Solution --------------------
Yes
Select * from tbl_name where 'ABC' like concat ('%', field_name, '% ')

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.