netman182 Posted April 7, 2010 Share Posted April 7, 2010 hey i have a query where i need to display the red and yellow cards that are awarded during the season. I have a similar query displaying points and it works fine. this query does not work. can someone help me out? SELECT * FROM players WHERE division='thrsou' AND yellow >= '1' AND red >= '1' ORDER BY teamid ASC Link to comment https://forums.phpfreaks.com/topic/197828-select-query-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.