Alter table?
Why would you alter the table ? You're telling him to change the table structure of his variables table.
/boggle
Perhaps you mean an INSERT ? Since i see no startzone value in that table by default?
INSERT INTO variables SET varname='startzone', value='zoneshortname';
|