UBB.Dev
Posted By: ivf Mass update of display names - 07/29/2003 5:40 AM
Hi,

I have a database with a complete set of full names, and I would like these to be put in the display name field. Is there an easy way of doing this without logging on as each person individually?

Thanx
Posted By: JoshPet Re: Mass update of display names - 07/29/2003 5:42 AM
**Backup your database first!!!!***

I *think* this will work...

UPDATE w3t_Users
SET U_Username = U_Name


**Backup your database first!!!!***
Posted By: ivf Re: Mass update of display names - 07/29/2003 5:54 AM
Wow, that did it!
Thanx Josh!
© UBB.Developers