Using the Split function to search for multiple key words--application techniques

Source: Internet
Author: User
Occasionally turned to their own in the classic Forum on a post, think a lot of friends may write this aspect of Dongdong, so turned around.
Topic: How to extract the database with | The word separated!
such as: I write keywords to the database, many times with the | separated, I extracted and then do related articles search, how can I extract the text separated from the Ah, so I use the keyword to do search AH

Reply:


<script language= "VBScript" >
Dim keywords,operator,operend,strsql
keywords= "Clothing | lotus | Famous brand | china"
strSQL = "SELECT * FROM table_name where"
Operator= "title like '%"
operend= "%"
Keywords=join (Split (keywords, "|"), Operend & "OR" & operator)
document.write strSQL & operator & keywords & operend
</script>

Use of this query:

You can write multiple keywords when you add a data record, with the word "|" between the keyword and the keyword. Separated, of course, you can use other characters, so you need to modify the relevant code. Finally, according to the resulting SQL statement can query the relevant records

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.