MySQL – Conditional Updates
March 6, 2009 in MySQL
Just a quick blog post in an update related way, Recently i’ve needed to toggle multiple rows in a database from 1 value to 1 of possible 2 values dependant on the contents of a field on the row. I wasn’t sure if this was possible, so i asked in #PHPWomen IRC Channel and the [...]