mysql - Regarding containing string -


i trying search based on string input have 1 table called vuln_info. if search way

select vuln_id vuln_info vuln_name="self-signed ssl/tls certificate" 

it returns result expected.

however, sometime input can be

"self-signed ssl/tls certificate present" or "machine self-signed ssl/tls certificate"

what way result?

i tried use option

select vuln_id vuln_info vuln_name "%self-signed ssl/tls certificate present%"   select vuln_id vuln_info vuln_name "%machine self-signed ssl/tls certificate%" 

i 0 result.


Comments

Popular posts from this blog

java - How to Configure JAXRS and Spring With Annotations -

visual studio - TFS will not accept changes I've made to a Java project -

php - Create image in codeigniter on the fly -