I need help writing a query
I'm trying to write this as a proper query
SELECT * FROM products WHERE model='has a value' AND type='has a value' GROUP BY brand
If neither model or type have a value then I don't want to return the brand.
Hope this makes sense.



Reply With Quote
Bookmarks