RIRedinPA Posted August 18, 2008 Share Posted August 18, 2008 What is wrong with this query? ALTER TABLE content ADD column_name Display_Ads varchar(10) AFTER FIELD description Thanks Quote Link to comment Share on other sites More sharing options...
Hooker Posted August 18, 2008 Share Posted August 18, 2008 ALTER TABLE content ADD display_ads VARCHAR(10) AFTER description; Quote Link to comment Share on other sites More sharing options...
revraz Posted August 18, 2008 Share Posted August 18, 2008 Helps to use mysql_error after your query as well. Quote Link to comment Share on other sites More sharing options...
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.