Mysql – What is the best option (query, data type) to filter (sql query) rows having a column composed by a sub part of the element query
I need to filter row that contain a column with a, b, c against a query with a, b, c, d. I mean if all the element of the column are content in the query then it's OK. What is…