• TBSCAN(18) represents the RETURN statement in the SQL Table function.

    TBSCAN(18)表示这个SQL函数中的RETURN语句

    youdao

  • Creating a table function that returns multiple values isn't much more difficult.

    创建返回多个函数困难

    youdao

  • The table function to find the number of users connected to DB2 is shown in Listing 3.

    清单 3显示了用于发现连接DB2用户数函数

    youdao

  • With diagram and table function, interface incl. desk-top holder, PC connection cable.

    图表表格功能,包括接口桌面支座和PC连接电缆

    youdao

  • Just like any other built-in function, table functions can be used in a SQL SELECT statement.

    其他内建函数一样,函数可以SQLselect语句中使用

    youdao

  • The GENROW table function produces the values listed in the <VALUE LIST> of the IN predicate.

    GENROW函数会生成IN 谓词 <VALUELIST> 中所列

    youdao

  • This clause allows an SQL Table function to contain UPDATE, DELETE, INSERT and MERGE statements.

    这个子句允许sql函数包含UPDATEDELETEINSERTmerge语句

    youdao

  • For example, all the steps not involving the order lines have been unified into one SQL table function.

    例如所有涉及订购步骤封装一个sql函数中。

    youdao

  • Using a correlated join, the NEW_OL_LOCAL SQL Table Function processes each item in the list separately.

    通过使用一个关联连接(correlated join),NEW_OL_LOCALsql函数逐个处理列表中的每种产品

    youdao

  • AS in the previous transactions, most of the logic is encapsulated into a table function named PAY_C_LAST .

    前面事务一样,这里的大部分逻辑封装一个名为PAY_C_LAST的函数中。

    youdao

  • As in the NEW_ORDER transaction, all steps have been collected into one SQL table function to save code path.

    就像NEW_ORDER事务中一样,所有步骤收集一个sql函数中,节省代码路径

    youdao

  • Chapter Two: Makes the detailed summary to interest theory, annuity theory, life model, life table function.

    第二章利息理论年金理论、生存模型生命函数做出详细归纳总结

    youdao

  • In the query access plan shown in Listing 9, notice a join between the table EMPLOYEE and a table function, GENROW.

    清单9所示查询访问计划要注意employee个表函数GENROW间的一个连接

    youdao

  • XMLTABLE is a SQL table function that returns a table from the evaluation of XQuery expressions on an XML document.

    XMLTABLEsql函数,它一个XML文档执行XQuery表达式返回个表。

    youdao

  • Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).

    使用为基线数据每会话存储创建全局临时CGTT)(对于每个表函数,使用一个 CGTT)。

    youdao

  • The MON_GET_INDEX table function and db2pd utility provide the same index metrics (number of index scans and index only scans).

    MON_GET_INDEX函数db2pd实用程序提供相同索引度量指标扫描索引和扫描索引的数量)。

    youdao

  • However, if you are using DB2 Version 9.7, you can retrieve the same information by querying the new MON_GET_INDEX table function.

    不过如果使用DB 2Version 9.7,可以通过查询新的MON_GET _ index函数获取相同信息

    youdao

  • In figure 9 you can see that I'm calling the same kind of information by using a view instead of a table function in the previous figure.

    9中,可以看到通过使用视图代替前一中的函数调用相同类型信息

    youdao

  • GET_DBM_CONFIG table function Returns database manager configuration information in a table with two rows and a column for each parameter.

    get_dbm_config函数记录的表中返回数据库管理器配置信息代表一个参数

    youdao

  • All this is done in the OPEN call to the table function; in the FETCH calls, the next word is retrieved from the set and returned as index entry.

    这些函数OPEN调用完成;在FETCH调用中,集合中检索一个单词作为索引条目返回

    youdao

  • However, you may find it easier to work with the result set returned by the MON_GET_INDEX table function than it is to evaluate the output of the db2pd utility.

    不过可能发现,处理MON_GET _ index函数返回结果计算db 2 pd实用程序的输出更加容易

    youdao

  • Lock modes and lock object types are defined in the sqlmon.h include file, which will help you to decipher the numerical equivalents that the table function returns.

    模式对象类型定义sqlmon . h包含文件中,文件有助于破解函数返回数值当量(numerical equivalent)。

    youdao

  • As I've previously mentioned, DB2 V8.2.2 adds the ability to query the current (effective) DB2 registry variable configuration through a call to a simple table function.

    正如前面所提到的,DB 2V8.2.2添加通过调用简单函数查询当前(有效)DB 2注册表变量配置的功能。

    youdao

  • The wrapper function takes as input the same values passed as input to the underlying monitoring table function, so it has the same capability to filter the data that is returned.

    这个包装器函数输入底层监控函数相同所以能够筛选返回数据

    youdao

  • If you are connected to one partition and wish to retrieve the effective Settings for another partition, you must first connect to the new partition before invoking the table function.

    如果连接分区希望检索一分区有效设置必须调用该表函数之前首先连接这个分区。

    youdao

  • Using this table function instead of db2pd simplifies evaluation of the results because the index IDs (IIDs) can be converted to index names by joining with the SYSCAT.INDEXES catalog view.

    使用表函数取代 db2pd实用程序简化了结果计算因为可以通过与 SYSCAT.INDEXES 目录视图结合将索引IDs (IIDs)转换成索引

    youdao

  • Any output columns that do not report counter values (for example, state based output) are returned directly from the underlying monitoring table function with no modification by the wrapper.

    对于报告计数器任何输出(例如基于状态的输出),包装器直接返回底层监控函数产生的数据,做修改

    youdao

  • Notice in the above example how much simpler it is to extract just the data for the table of interest using the table function rather than having to search for the data in the snapshot output.

    注意上面示例中,使用表函数提取感兴趣数据搜索快照输出中的数据简单得

    youdao

  • For example, you can easily search for the applications consuming the highest amount of CPU by simply adding a WHERE clause to a query that lists application data from a monitoring table function.

    例如只需列出监控函数返回应用程序数据查询中添加where子句,可以搜索CPU消耗量最大应用程序。

    youdao

  • For example, you can easily search for the applications consuming the highest amount of CPU by simply adding a WHERE clause to a query that lists application data from a monitoring table function.

    例如只需列出监控函数返回应用程序数据查询中添加where子句,可以搜索CPU消耗量最大应用程序。

    youdao

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

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

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