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 Quote Link to comment https://forums.phpfreaks.com/topic/197828-select-query-help/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.