TBSCAN(18) represents the RETURN statement in the SQL Table function.
TBSCAN(18)表示这个SQL表函数中的RETURN语句。
Creating a table function that returns multiple values isn't much more difficult.
创建返回多个值的表函数也不太困难。
The table function to find the number of users connected to DB2 is shown in Listing 3.
清单 3显示了用于发现连接到DB2的用户数的表函数。
With diagram and table function, interface incl. desk-top holder, PC connection cable.
带图表及表格功能,包括接口,桌面支座和PC连接电缆。
Just like any other built-in function, table functions can be used in a SQL SELECT statement.
就像其他的内建函数一样,表函数也可以在SQLselect语句中使用。
The GENROW table function produces the values listed in the <VALUE LIST> of the IN predicate.
GENROW表函数会生成在IN 谓词的 <VALUELIST> 中所列的值。
This clause allows an SQL Table function to contain UPDATE, DELETE, INSERT and MERGE statements.
这个子句允许sql表函数包含UPDATE、DELETE、INSERT和merge语句。
For example, all the steps not involving the order lines have been unified into one SQL table function.
例如,所有未涉及订购项的步骤都被封装到一个sql表函数中。
Using a correlated join, the NEW_OL_LOCAL SQL Table Function processes each item in the list separately.
通过使用一个关联连接(correlated join),NEW_OL_LOCALsql表函数逐个处理列表中的每种产品。
AS in the previous transactions, most of the logic is encapsulated into a table function named PAY_C_LAST .
与前面的事务一样,这里的大部分逻辑被封装到一个名为PAY_C_LAST的表函数中。
As in the NEW_ORDER transaction, all steps have been collected into one SQL table function to save code path.
就像在NEW_ORDER事务中一样,所有的步骤被收集到一个sql表函数中,以节省代码路径。
Chapter Two: Makes the detailed summary to interest theory, annuity theory, life model, life table function.
第二章对利息理论、年金理论、生存模型、生命表函数做出了详细的归纳总结。
In the query access plan shown in Listing 9, notice a join between the table EMPLOYEE and a table function, GENROW.
在清单9所示的查询访问计划中,要注意表employee和一个表函数GENROW间的一个连接。
XMLTABLE is a SQL table function that returns a table from the evaluation of XQuery expressions on an XML document.
XMLTABLE是一个sql表函数,它对一个XML文档执行XQuery表达式并返回一个表。
Use a created global temporary table (CGTT) for per-session storage of the baseline data (use one CGTT per table function).
使用为基线数据的每会话存储创建的全局临时表(CGTT)(对于每个表函数,使用一个 CGTT)。
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实用程序提供相同的索引度量指标(扫描索引和仅扫描索引的数量)。
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表函数获取相同的信息。
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中,您可以看到我正通过使用视图代替前一图中的表函数,调用相同类型的信息。
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表函数在一个有两行记录的表中返回数据库管理器的配置信息,每列代表一个参数。
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调用中,从集合中检索下一个单词并作为索引条目返回。
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实用程序的输出更加容易。
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)。
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注册表变量配置的功能。
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.
这个包装器函数的输入值与底层监控表函数相同,所以它也能够筛选返回的数据。
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.
如果您连接了一个分区并希望检索另一分区的有效设置,就必须在调用该表函数之前,首先连接这个新分区。
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)转换成索引名。
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.
对于不报告计数器值的任何输出列(例如基于状态的输出),包装器直接返回底层监控表函数产生的数据,不做修改。
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.
注意,在上面的示例中,使用表函数提取感兴趣的表的数据比搜索快照输出中的数据简单得多。
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消耗量最大的应用程序。
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消耗量最大的应用程序。
应用推荐