I have a column called papers
in a table called products
that has values like this :
"1,2,3,4,5,6" and in other row it has like this "3,4,5"
I want to launch this query with php,
SELECT * from products where papers like "%5%" AND papers like "%3%" and papers like "%4%"
TL;DR
I want to select a column that has multiple strings, ignoring the order