ludachris
06-28-2006, 02:07 PM
There is a field in the user database that I want to change for all users. It's a simple change - going from "0" to "1". How would you write a SQL query to change the data for all users from "0" to "1" in that field?
View Full Version : mysql command question - need to change data in a table