Skip to content
Advertisement

Tag: search

Search a whole table in mySQL for a string

I’m trying to search a whole table in mySQL for a string. I want to search all fields and all entrees of a table, returning each full entry that contains the specified text. I can’t figure out how to search multiple fields easily; here are the details: The table is “clients”. It has about 30 fields and 800 entries, too

Advertisement