| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Lezz Giles | Date: | August 1 2001 7:31pm |
| Subject: | Cannot change column type from varchar(32) to char(32) | ||
| View as plain text | |||
I'm running 3.21.33b (yes, I know it's old), and I run the command:
alter table branch change codebase codebase char(32) not null default
"IPriori";
where column codebase has type varchar(32) - but the type does not change to
char(32).
There's no error message or other indication of what went wrong, and if I create
a little play table I can succesfully change the column type to char(32) from
varchar(32).
The table "branch" has just 180 rows in it.
I'd like to change the column types from varchar to char to speed up queries &
etc.
Can anybody shed any light on what I'm doing wrong?
Thanks,
Lezz Giles
--
Leslie Giles Software Release Manager Avici Systems Inc
lgiles@stripped Phone: 978.964.2030 Fax: 978.964.2100
"Do not fear the merge"
| Thread | ||
|---|---|---|
| • Cannot change column type from varchar(32) to char(32) | Lezz Giles | 1 Aug |
| • Re: Cannot change column type from varchar(32) to char(32) | j.urban | 2 Aug |
| • Re: Cannot change column type from varchar(32) to char(32) | Hannes Niedner | 2 Aug |
| • Re: Cannot change column type from varchar(32) to char(32) | Silver Fox | 2 Aug |
| • JDBC - Access denied (was Cannot change column type fromvarchar(32) to char(32)) | Hannes Niedner | 2 Aug |
| • RE: JDBC - Access denied (was Cannot change column typefromvarchar(32) to char(32)) | Venu | 2 Aug |
| • Re: Cannot change column type from varchar(32) to char(32) | Stefan Hinz | 2 Aug |
