Thread
:
Grrr MySQL please Help
View Single Post
#
2
08-28-2009, 05:47 PM
pfyon
Discordant
Join Date: Mar 2009
Location: Ottawa
Posts: 495
You should be able to use a query like the following:
Code:
UPDATE peq.npc_types SET npcspecialattks = replace(npcspecialattks,'B','');
That'll replace every occurrance of 'B' in the npcspecialattks column with nothing.
pfyon
View Public Profile
Send a private message to pfyon
Visit pfyon's homepage!
Find all posts by pfyon