修改sql table 中的数据类型
摘要:修改表字段类型:alter table tablename alter column field_name varchar(50)添加表字段: ALTER TABLE tablename ADDfield_name VARCHAR(200)
阅读全文
posted @ 2013-01-24 16:47
posted @ 2013-01-24 16:47
posted @ 2013-01-21 17:28
posted @ 2013-01-19 17:33