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

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -