abudabit
01-01-2007, 09:35 PM
Is there a way in MySQL to do anti-UNION's? Unions are a cool improvement on or's, but what if you need to use two indexes with an 'and' functionality?
Basically I'm looking for a way in which a result needs to be in both of two SELECT statements to be returned. Is it possible?
Basically I'm looking for a way in which a result needs to be in both of two SELECT statements to be returned. Is it possible?