View Single Post
  #2  
Old 08-09-2007, 08:20 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

I'm guessing you did not actually try blahblahblah...

Try UPDATE tablename SET fieldname = 'value' WHERE (and then your specific record/ID you wish to update, or you will modify the entire table);


Example:
UPDATE spawn2 SET respawntime = '720' WHERE spawngroupid = 1;
Reply With Quote