用语句所有者集合填充语句表。
预处理模块用来对语句表进行预处理和封装。
Preprocessing module is used to pre-process and package instruction.
用语句所有者或语句所有者集合填充语句表。
Populates the statement table with a statement owner or a collection of statement owners.
结合AOV图与因果图提出了一种新的梯形图与语句表双向转换算法。
Transformation algorithm between the ladder diagram and the statement list based on the AOV diagraph and the cause and effect diagraph for programmable logic controller(PLC) systems is proposed.
“写出”程序是将计算机内的指令语句表程序写出至PLC主机的用户程序存储器。
The "write down" programme was to make the instruction programme of statement list written down into the random of subscriber programme of PLC processor.
用编程电缆连接计算机和PLC主机,执行“写出”操作,将指令语句表写出到PLC主机。
The instruction statement list was written down into PLC processor by entering instruction of "write down" through connecting computer with PLC processor by cable.
在触发器、动态合成语句、标量、表、行函数和方法中不能调用具有访问级别MODIFIESSQLDATA的联邦过程。
Federated procedures with access level MODIFIES SQL DATA cannot be invoked inside triggers, dynamic compound statements, scalar, table, row functions, and methods.
它演示如何修改表创建语句以实现全局重置。
It shows how to modify the table creation statement for a global reset.
指定了别名,就可以在目标数据库中用sql语句查询远程表,就像查询任何本地表一样。
Specifying the nickname, the remote table can be queried in SQL statements on the target database like any other local table.
要想调整此方法以支持全局重置,只需修改表创建语句,让它们创建常规表而不是CGTT。
To adapt the method to support global reset, simply change the table creation statements to create regular tables rather than CGTTs.
用户在命令行上或通过定制应用程序运行这样的CREATEtable语句将在每个表中创建这些列。
Running such a create table statement — by a user at the command line or by a custom application — creates these columns within each table.
下面是优化语句中重命名的表。
后面是不同类型的ddl语句,然后是表的ddl语句。
This is followed by the DDL statements for distinct types and then tables.
目录缓存器用于存储表描述符信息,而在先前的语句中引用表、视图或别名时将使用该信息。
The catalog cache is used to store table descriptor information that is used when the tables, views, or alias have been referenced in previous statements.
接下来,执行清单6中的语句创建表。
Next, execute the statement in Listing 6 to create the table.
这个语句将从customer表获取每个根据已注册XML模式进行验证的CUST_INFO文档。
This statement will retrieve CUST_INFO documents from the CUSTOMER table which are not validated against a registered XML schema.
如果您使用like语句创建cgtt表(像普通表一样创建CGTT),则该语句会执行成功,但CGTT不会继承原始表的约束。
If you create a CGTT table using the like clause (create CGTT like a regular table), the statement will be successful, but the CGTT will not inherit the constraints of the original table.
delete语句从指定表中删除满足可选where子句的所有行。
The delete statement deletes all rows from the specified table that satisfy an optional WHERE clause.
在该示例中,select语句验证了表是否已正确创建和加载。
In that case, the SELECT statement verified that the tables were created and loaded properly.
把对象转换为xml格式之后,可以通过执行常规的SQL更新语句更新employee表中的记录。
After you have the object in XML format, you can issue a regular SQL update statement to update the record in the table EMPLOYEE.
该语句从表中加载数据并将第一行中的名称栏的值改为一个新值。
This statement loads the data from the table and changes the value of the name column in the first row to a new value.
您不能期望使用投票系统的公众编写sql语句来管理表中的问题和应答。
You can't expect the community that wants to use the polling system to write SQL statements to manage the questions and answers in the tables.
如果没有包括where子句,则update语句将修改表中所有行的指定列。
If the WHERE clause isn't included, the UPDATE statement modifies the indicated columns for all rows in the table.
更改sql语句会影响在表或图中显示的结果数据集。
Making changes to the SQL statement will affect the result data set being shown in the table or chart.
例如,下列sql语句创建表u _ TABLE。
For example, the following SQL statement creates the table U_TABLE.
这个语句仅从customer表获取根据已注册模式验证的CUST_INFO文档。
This statement will retrieve only those CUST_INFO documents from CUSTOMER table which are validated against any of the registered schemas.
这个过程只用ddl语句填充ddllog表。
The procedure will only populate the DDLLOG table with the DDL statements.
然后使用SQLupdate语句来修改表中选定行的列值。
Next you used the SQL UPDATE statement to modify the column values for selected rows in a table.
这个类别包括if - then语句和决策表。
This category includes if-then statements and decision tables.
如果有必要,需要修改drop语句,使表名匹配CrtUsers . sql中指定的名称。
If necessary, modify the DROP statements so that the table names match the names specified in CrtUsers.sql.
应用推荐