Hi,
I wonder if anyone can tell me how to write this query properly as this one doesnt work.
where tbl.gallery='Ab stract' and tbl.gallery='Ab stract art'
Need to query the same table for the results that match the two possible results.
Thanks in advance
Richard
I wonder if anyone can tell me how to write this query properly as this one doesnt work.
where tbl.gallery='Ab stract' and tbl.gallery='Ab stract art'
Need to query the same table for the results that match the two possible results.
Thanks in advance
Richard
Comment