PDA

View Full Version : Add DB Userfield Values


dillon
07-15-2005, 06:42 PM
I added a custom userfield (field5) with radio buttons for male/female. I've already got a bunch of existing members. What is some simple sql that'll fill all of the values with "Male". I don't want to have to edit each user and add that manually.

Thanks.

Link14716
07-15-2005, 07:09 PM
UPDATE userfield SET field5 = 'Male';