If I want to change all spellcosts in trainer_spells to 0, how should I make the SQL file?
If I want to change all spellcosts in trainer_spells to 0, how should I make the SQL file?
UPDATE `trainer_spells` SET `spellcosts` = '0';
It did not work :0
1054 - Unknown column 'spellcosts' in 'field list'