Subject | Re: How to increase character field size |
---|---|
Author | slalom91 |
Post date | 2007-01-20T22:56:58Z |
have you tried this:
alter table <tablename> alter column <columnname> type varchar(##);
where ## is the new size of your field.
alter table <tablename> alter column <columnname> type varchar(##);
where ## is the new size of your field.