So I want to make an update in MySQL where a value is updated if two conditions are true. So I have data in columns name and status. If the name and status match foo and d, then I want to change foo ...
Note: this isint related to my other thread.<BR><BR>Hey<BR><BR>Im writing a php app to collect statistics about our platform. I have about 40 different count(*) querys to run against a mysql database.