PDA

View Full Version : Mass edit user profile field


Taragon
06-10-2008, 09:45 PM
Hello,

I’ve just created a new single line user profile field (5). Now if possible I’d like to mass edit/run a query to enter a single line of text (Hello world!) into this field.
Could someone perhaps tell me if, and how this would be possible?

Dismounted
06-11-2008, 06:54 AM
UPDATE userfield SET field5 = 'Hello world!'

Taragon
06-11-2008, 10:00 AM
thanks!

yoyoman
01-31-2010, 10:04 PM
Thanks a lot it worked! This is the only place in the internet, where i could find this info within 30 minutes.