in mysql...
登录 | 论坛导航 -> 华新鲜事 -> 求学狮城 | 本帖共有 7 楼,当前显示第 3 楼 : 从楼主开始阅读 : 本帖树形列表 : 返回上一页
作者:小蹦 (等级:10 - 炉火纯青,发帖:3962) 发表:2004-09-28 19:13:02  3楼 
小蹦请进suppose u want to change column a in table t, from varchar(20) to numeric(20) and change its name from a to b, u can use ALTER TABLE t CHANGE a b numeric(20); value in the column will be truncated, if the memory of new type is not big enough to store this value; As for primary key, if u want to change its type from one to another, u should make sure that there won't be two duplicate value in that column after u do the transformation. otherwise, it will refuse to do the job
不行也。。。
i use: ALTER TABLE t CHANGE a a numeric(20);

got error: All parts of a PRIMARY KEY must be NOT NULL; If you need NULL in a key, use UNIQUE instead..

why? is it because the field 'a' is a primary key?
欢迎来到华新中文网,踊跃发帖是支持我们的最好方法!原文 / 传统版 / WAP版只看此人从这里展开收起列表

本帖共有 7 楼,当前显示第 3 楼,本文还有 N-1 层楼,要不你试试看:点击此处阅读更多 >>



请登录后回复:帐号   密码