ALTER in English translation

alter
改变
更改
修改
变化
改动
篡改

Examples of using Alter in Chinese and their translations into English

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
ALTERTABLE允许在单个语句中指定多个表的更改,因此可以在同时创建多个索引。
ALTER TABLE allows you to specify multiple table alterations in a single statement, so you can create several indexes at the same time.
ALTER以不同方式修改现有对象的结构,例如向现有的表或约束添加字段:.
ALTER modifies the structure of an existing object in various ways, for example, adding a column to an existing table or a constraint.
如果你使用ALTERTABLE拓宽一个狭窄的TIMESTAMP列,以前被“隐蔽”的信息将被显示。
If you use ALTER TABLE to widen a narrow TIMESTAMP column, information will be displayed that previously was''hidden.''.
ALTERTABLEtbl_nameADDINDEXindex_name(column_list):这增加普通的索引,其中的任何值的出现多次。
ALTER TABLE tbl_name ADD INDEX index_name (column_list): This adds an ordinary index in which any.
为了修正在列长度上的不同,使用ALTERTABLE将ActualPC的长度从10个字符变为15个字符:.
To fix this disparity between column lengths, use ALTER TABLE to lengthen ActualPC from 10 characters to 15 characters.
这些事件主要对应于Transact-SQLCREATE、ALTER和DROP语句,以及执行类似DDL操作的某些系统存储过程。
These events primarily correspond to Transact-SQL CREATE, ALTER, and DROP statements, and certain system stored procedures that perform DDL-like operations.
如果你使用ALTERTABLE拓宽一个狭窄的TIMESTAMP列,以前被“隐蔽”的信息将被显示。
If you use ALTER TABLE to widen a narrow TIMESTAMP column, information will be displayed that previously was''hidden.''.
口令可以用SQL语言命令CREATEUSER和ALTERUSER等管理,也就是说,CREATEUSERfooWITHPASSWORD'secret';。
Such passwords can be managed by SQL commands CREATE USER and ALTER ROLE(e.g. CREATE USER foo WITH PASSWORD‘secret').
如果你使用上面最近的那个例子给出的分区方案,你只需简单地使用”ALTERTABLEemployeesDROPPARTITIONp0;
If you are using the partitioning scheme shown immediately above, you can simply use ALTER TABLE employees DROP PARTITION p0;
我们在创建表的时候可以同时创建合适的索引,也可以使用ALTERTABLE或CREATEINDEX在以后创建索引。
We can also create a suitable index when creating the table, can also create index in the use of ALTER TABLE or CREATE INDEX.
我们在创建表的时候可以同时创建合适的索引,也可以使用ALTERTABLE或CREATEINDEX在以后创建索引。
A FULLTEXT index definition can be given either in the CREATE TABLE statement, or added later using the ALTER TABLE or CREATE INDEX commands.
如果你使用上面最近的那个例子给出的分区方案,你只需简单地使用”ALTERTABLEemployeesDROPPARTITIONp0;
If you are using the partitioning scheme shown previously for the employees table, you can simply use ALTER TABLE employees DROP PARTITION p0;
主键可以在建置新表格时设定(运用CREATETABLE语句),或是以改变现有的表格架构方式设定(运用ALTERTABLE)。
Primary keys can be specified either when the table is created(using CREATE TABLE) or by changing the existing table structure(using ALTER TABLE).
另外,我们寻求稳定且可扩展的集群技术,而Aurora执行密集ALTERTABLE操作的速度和容易程度让我们感到惊讶。
Furthermore, we were looking for a stable and scalable cluster technology and were amazed by how quickly and easily Aurora performed intensive ALTER TABLE operations.
可以在创建表时规定约束(通过CREATETABLE语句),或者在表创建之后也可以(通过ALTERTABLE语句)。
Constraints can be specified when the table is created(inside the CREATE TABLE statement) or after the table is created(inside the ALTER TABLE statement).
如果以ALTERTABLE拓展一个TIMESTAMP窄列,以前被“隐蔽”的信息将被显示出来。
If you use ALTER TABLE to widen a narrow TIMESTAMP column, information will be displayed that previously was''hidden.''.
若要执行TRUNCATETABLE,用户必须对指定表具有ALTER权限。
To execute TRUNCATE TABLE, the user must have ALTER permissions on the specified table.
要改变列的定义,使用MODIFY或CHANGE子句以及ALTER命令。
To change a column's definition, use MODIFY or CHANGE clause along with ALTER command.
索菲特汉堡AlterWall.
The Sofitel Hamburg Alter Wall.
Alterego什么意思.
What alter ego means.
Results: 168, Time: 0.0217

Top dictionary queries

Chinese - English