“Can WordPress use an SQL Select statement to get all records with one or more values in a string?”
I am stuck with this problem: I made 3 custom meta_key in wp_postmeta. Now I have to select all the records that contain in the column meta_value, one or more words, from a string I provide. This is the SQL…