alter vt. 1.变更;改变,改换;改建(房屋),改做(衣服)。 2.〔美方〕阉割,给(雄性动物)去势,给(雌性动物)割去卵巢。 vi. 变,改;(人)变老。 alter for the better [worse] 改好[坏],变好[坏]。 n. -ability 可变性。 adj. -able 可改变的。 adv. -ably
The alter table statement is used to add or drop columns in an existing table Alter table语句可以用来给现有的表进行添加或是删除栏目的操作。
Changes made to a table or view referenced by the query alter table and alter view 对查询所引用的表或视图进行更改( alter table和alter view ) 。
Alter table permissions apply to both tables involved in an alter table switch statement Alter table权限适用于alter table switch语句涉及的两个表。
If the changes require modifications of the rows in the table , alter table updates the rows 如果这些更改需要修改表中的行, alter table将更新这些行。
Replicates primary key and unique keys on a table article as constraints using alter table statements 使用alter table语句将表项目上的主键和唯一键作为约束复制。
Requiring alter table permission on the target table is new in sql server 2005 . this new requirement might cause 要求对目标表有alter table权限是sql server 2005的新增功能。
It shows how to get started , create and delete databases , create and alter tables , and more 来熟悉mysql ;它介绍了如何开始上手、创建和删除数据库、创建和修改表以及更多的内容。
For example , you cannot add and drop primary key or unique constraints in the same alter table statement 例如,无法在同一个alter table语句中添加和删除primary key或unique约束。
When an alter table statement is run , the messages that are created by these three event notifications are merged into one 运行alter table语句时,这三个事件通知创建的消息将合并为一条消息。
You can specify collations for each character string column using the collate clause of the create table or alter table statement 可以使用create table或alter table语句的collate子句指定每个字符串列的排序规则。