View Single Post
  #2  
Old 08-28-2009, 05:47 PM
pfyon's Avatar
pfyon
Discordant
 
Join Date: Mar 2009
Location: Ottawa
Posts: 495
Default

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.
Reply With Quote