MySQL Search Across Columns with Concat
Using MySQL’s Concat and Concat_Ws is your friend when trying to search two joined column/field values. This will sometimes be encountered in a simple example such as a name search, when you have two columns: 1. First Name (fname) and … Read More