Hi,
In mysql server what is the query to solve the problem -:
How to make a column bigger and Delete unique from table.
Thanks
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Arjun PanwarPosted Jan 9, 2012, 4:09 PM
Thanks for reply but this is not sufficient for me.
Jimmy send the reply and this is correct.so, you also check it.
thanks
Jimmy UnderwoodPosted Jan 7, 2012, 4:04 AM
I think you find it
mysql> alter table [table name] drop column [column name];
mysql> alter table [table name] add column [new column name] varchar (20);
Thanks
AartiPosted Jan 5, 2012, 1:59 AM
2. Delete unique from table. : ALTER TABLE table_name DROP INDEX col_name;
Arjun PanwarPosted Jan 4, 2012, 3:23 PM
my question is
1. How to make a column bigger
2. Delete unique from table.
AartiPosted Jan 4, 2012, 7:17 AM
Please Elaborate your question in detail.