• Figure 27 shows the Insert SQL statement.

    27显示Insert sql语句。

    youdao

  • The application code used for parsing the XML in the DOM parser and composing the insert SQL statement is replaced with the following code

    用来DOM解析器中解析XML合成insert SQL语句应用程序代码替换为以下代码

    youdao

  • In this case, the only parsing is copying the data values from the message's mapped data structure to the database table's INSERT SQL statement.

    这种情况下解析之需要将数据消息映射数据结构复制数据库INSERT sql语句

    youdao

  • However, they can be resolved if you embed the INSERT statements above in an SQL stored procedure with a little extra logic.

    但是如果上述insert语句嵌入到一个包含一点额外逻辑的SQL存储过程中可以解决这个问题

    youdao

  • It's a simple INSERT statement where the two values are escaped to account for any errant characters such as single quotes that might disturb the SQL syntax.

    就是简单insert语句中两个转义解决任何含义不确定的字符比如说可能扰乱sql语法的引号

    youdao

  • At some level, the SQL UPDATE statement is the union of the SQL INSERT and DELETE statements, because you must select rows to modify as well as specify how to modify them.

    某种程度上SQLupdate语句SQL INSERTdelete语句联合因为必须选择修改必须指定如何修改它们

    youdao

  • The DB2 transaction associated with an upload included generating a unique document ID, logging the upload in the activity history table, and executing a SQL INSERT into 18 tables.

    上传相关联DB2事务包括生成惟一的文档id活动历史记录这次上传以及18个执行SQL INSERT

    youdao

  • The INSERT INTO works similarly to SQL, but again, this is URI-based rather than string-, table-, and name-based, which allows the operation to be done across HTTP.

    INSERT INTO 的工作原理类似SQL但是同样基于URI 的,基于字符串、基于基于名称的,允许使用 HTTP 完成操作。

    youdao

  • In most cases, well-suited SQL statements are very simple SELECT statements that reference only a single table or are INSERT, UPDATE, and DELETE (UID) operations that are executed many times.

    大多数情况下非常适合使用参数标记sql语句要么非常简单SELECT语句(引用个表),要么是被多次执行INSERTUPDATEDELETE (uid)操作

    youdao

  • Being an SQL statement, an INSERT statement must be compiled by DB2 before it's executed.

    作为一条sql语句insert语句在执行之前必须DB 2进行编译

    youdao

  • Bulk data handling techniques which utilize SQL blocked FETCH and INSERT to overcome traditional operations (i.e. READE) that cannot be blocked.

    数据处理技术技术利用sql操作FETCHINSERT克服不能被块操作的传统操作(例如READE)。

    youdao

  • The XML element names correspond to the type of SQL statements you would expect them to — the elements correspond to SQL INSERT statements and so on.

    这些XML元素对应SQL语句类型元素对应于 SQL INSERT 语句,以此类推。

    youdao

  • You can also add data by using SQL insert commands.

    可以通过使用SQL命令insert添加数据

    youdao

  • Additional information on the insert can usually be found in the dynamic SQL snapshot.

    通常动态sql快照可以找到关于insert附加信息

    youdao

  • In Listing 4, you see that one SQL insert statement is used for each of the four tables in the simple relational schema.

    清单4可以看到对于简单关系模式中的4个中的个表,都使用了一个SQL insert语句

    youdao

  • These re-usable data adapters can have select, update, insert, and delete commands that are either SQL statements or stored procedure calls.

    这些可重用数据适配器可以拥有selectupdateinsertdelete命令它们或者是sql语句或者存储过程调用。

    youdao

  • The SQL code in the insert statements has one feature you may not be expecting.

    insert语句中的SQL代码一个可能需要功能

    youdao

  • For each IfxDataAdapter, define the SQL text and parameters for the select, insert, update, and delete commands.

    对于每个IfxDataAdapter,需要定义SQL文本selectinsert、updatedelete命令定义参数

    youdao

  • The insert and update methods are a bit more complex because they need to format the SQL statements with additional fields for the input data.

    insertupdate方法复杂一些因为它们需要使用用于输入数据的额外字段格式化sql语句

    youdao

  • From an SQL perspective, the merge statement is a DML SQL statement with the same semantics as other DML statements, including insert, update, and delete.

    SQL角度看merge语句其他dml语句具有相同语义的DML sql语句,包括insertupdate以及delete

    youdao

  • It provides the functions for executing the SQL select/insert/update/upsert/delete statements via the Teradata DBC/SQL partition.

    提供了通过TeradataDBC/SQL分区执行 SQLselect/insert/update/upsert/delete语句功能

    youdao

  • Add data to the table using SQL INSERT statements.

    使用SQL insert语句数据添加中。

    youdao

  • When a specified SQL operation — a DELETE, INSERT, or UPDATE — occurs on a table, a trigger can be activated that defines a set of actions.

    指定SQL操作(如DELETE,INSERT或者是UPDATE操作)作用于某张表时,一个定义了操作触发器就可以激活

    youdao

  • Specifications for the representation of SQL actions (insert, update, delete).

    SQL动作(insertupdatedelete)表示规范

    youdao

  • These two variations correspond to the INSERT and UPDATE commands in SQL.

    两种变体分别对应SQL中的INSERTUPDATE命令

    youdao

  • The import utility uses the SQL INSERT statement (or the SQL UPDATE statement) to write data to the target table.

    import工具使用SQL INSERT语句 SQLUPDATE 语句)数据写到目标表中

    youdao

  • MODIFIES SQL DATA in SQL table functions allows you to push even INSERT, UPDATE, DELETE and MERGE (data-change-operations) into the inner leg of correlated joins.

    SQL函数中的 MODIFIES SQLDATA使甚至可以将INSERTUPDATEDELETEMERGE ( 数据更改操作)放入关联连接表中。

    youdao

  • At 15,000 R6Mail users, the DB2 server is executing an average of 160,000 SQL statements per minute, including the SELECT, INSERT, DELETE, and UPDATE statements.

    有15,000个R 6 Mail用户时,DB 2服务器平均分钟执行160,000个sql语句其中包括SELECTINSERTDELETEupdate语句。

    youdao

  • Ability to execute standard SQL statements such as SELECT, INSERT, UPDATE, and DELETE, combinations of these statements, user-defined SQL, as well as bulk load.

    能够执行SELECTINSERTUPDATEDELETEsql语句sql语句组合用户定义sql语句以及整体加载语句。

    youdao

  • SELECT, however, isn't the only SQL statement supported by YQL; you can also use INSERT, DELETE, and UPDATE queries to manipulate data on third-party services using the same SQL syntax.

    但是SELECT并非YQL支持惟一SQL语句可以使用INSERTDELETEUPDATE查询运用相同SQL语法操作第三方服务数据

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定