Thread: SQL Question
View Single Post
  #1  
Old 07-28-2013, 11:00 PM
Envisage
Sarnak
 
Join Date: Mar 2010
Posts: 45
Default SQL Question

Is there way to change sellrate from the results of this query...?

SELECT id, Name, Price, sellrate FROM items WHERE Name LIKE 'Spell:%';

I was thinking to add set sellrate = 5 in but it didn't go as planned. Just curious.
Reply With Quote