
April 1st, 2004, 03:34 PM
|
|
Registered User
|
|
Join Date: Mar 2003
Posts: 16
Time spent in forums: 26 m 53 sec
Reputation Power: 0
|
|
|
Increasing VARCHAR Column Length
I'm sorry, but I'm in a position of which I have no php/sql knowledge and yet been asking to "handle it." *sigh* Excuse my ignorance and yes, I tried searching for the info and couldn't find it.
That out of the way...
I have a column in a sql table called "blah" and it is currently 15 varchar and I want to make it 30 varchar...
Can someone help me with the command? Thank you in advance.
edit:
I have been trying the following but obviously it is incorrect.
alter table_name modify column_name varchar(30)
Last edited by iagal : April 1st, 2004 at 04:02 PM.
|