bladewolf2010 Posted June 18, 2010 Posted June 18, 2010 I want to add ALTER TABLE users `stds` int(11) NOT NULL default '0', but it says #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''users' ADD `stds` int(11) NOT NULL default '0',' at line 1 when i try did i do it wrong? Quote
Jordan Palmer Posted June 18, 2010 Posted June 18, 2010 [mysql] ALTER TABLE users ADD `stds` int(11) NOT NULL default '0'; [/mysql] I think that should do it :) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.