修改列名Oracle:alter table 表名 rename column column1 to column2;
修改列属性:alter table 表名 modify column1 varchar(32);
sp_rename:SQLServer 内置的存储过程,用与修改表的定义。
bitsCN.com
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn