I have a database table that I output on a website with a search field for each column and one global search field.
Im trying to figure out how to create a dynamic search in the global search field that combines the strings i add from all the columns. Is this possible?
My current query below.
SELECT flexstock.`SKU`,
flexstock.`Partnr`,
flexstock.`Manufacturer`,
flexstock.`Description`,
flexstock.`Status`,
flexstock.`QTY`
FROM flexstock