Jump to content

Select query Help


netman182

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.