The solution for aggregation of timestamp durations is to use TIMESTAMPDIFF, a built-in UDF (user defined function) that is included with DB2 UDB, as shown in the following example.
解决持续时间的聚合问题可以使用TIMESTAMPDIFF,如下面的样本实例中所显示,它是使用DB2UDB 实现的嵌入式 UDF(用户定义的功能)。
In the final step, the user-defined function (UDF) itself is evaluated to filter out all false positive candidates, in other words, remove all non-equal strings.
在最后一步,对用户定义函数(UDF)本身求值,以过滤掉所有误判的候选者,即去掉所有不相等的字符串。
And writing a simple SQL User Defined Function (UDF) that USES dynamic SQL to convert the formula passed in the string and calculate the value.
并编写一个简单使用动态sql的SQL用户定义函数(UDF),转换字符串中传入的公式并计算值。
A User Defined Function (UDF) may be used instead.
可以改用用户定义函数(UDF)。
The following SQL script contains the source code for creating the Calculate user-defined function (UDF).
下列的sql脚本包含用来创建Calculate user - defined function (udf)的源代码。
The following SQL script contains the source code for creating the Calculate user-defined function (UDF).
下列的sql脚本包含用来创建Calculate user - defined function (udf)的源代码。
应用推荐