Hi, I need to do a multiple select
eg
select * FROM stock WHERE
and then it will be where
(width=100 AND size=50 AND profile=20)
OR (width=50 AND size=120 AND profile =30)
OR (width=30 AND size=40 AND profile=70)
How would I do this? many thanks
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.