How do you search for a value in a database table when you don't have the exact value to search for?

Started by Dhilan, April 08, 2016, 07:50:14 PM

Previous topic - Next topic

Wyatt

Hi all, I'd like to ask you a question about the health field, how do you search for a value in a database table when you don’t have the exact value to search for? Thank you kindly give me an answer please! Cordially.

Rylan

In such cases, the LIKE condition operator is used to select rows that match a character pattern. This is also called ‘wildcard’ search