Thread: Quick Question
View Single Post
  #2  
Old 03-27-2015, 01:16 AM
Azrealvect
Sarnak
 
Join Date: May 2011
Posts: 53
Default

or would it be better to do something like
Code:
UPDATE npc_types SET race = REPLACE(race, '43', '305');
Still new to this and not sure which to use in some situations
Reply With Quote