利用这些函数的PASSING 子句将参数从SQL语句传递给这些函数。
The parameter is passed to these functions from the SQL statement using the PASSING clause of these functions.
解决方案:检查CREATEPROCEDURE语句,确保传递的输入和输出参数的数量和数据类型都正确。
Solution: Check the CREATE PROCEDURE statement and make sure you are passing the correct number of input and output parameters with proper data types.
这个语句传递一行,作为genxml2函数的第二个参数。
This statement passes a row as the second argument of the genxml2 function.
Projections现在可以将参数传递到生成的SQL语句。
Projections can now pass parameters to the generated SQL statement.
DB 2中的XQuery语句支持使用passing a s子句把参数标志传递给XQuery。
XQuery statements in DB2 support parameter markers that are passed to XQuery by using the passing as clause.
在DB 29中,不能将参数从XQuery语句传递给此函数。
In DB2 9, there is no way of passing the parameter to this function from XQuery statement.
最直观的反应就是代码只需作细微的修改;在“for”语句内的代码块,可以作为参数传递到“Parallel.For”函数中。
Superficially the code changes are minor; rather than having a block of code following the "for" line, the code is passed as an argument to the "Parallel.For" function.
来自HTTP请求的客户个人数据作为参数传递给更新语句;不需要修改。
The customer profile data from the HTTP request is passed as a parameter to the update statement; no modifications are needed.
这种语句专用于不需要传递任何值作为参数的sql语句。
It is specifically used for the SQL statements where you don't need to pass any value as a parameter.
其中一条就是您仅需向数据库服务器传递参数,然后即可获得返回结果,而不必传递整个sql语句。
One of them is the fact that you only need to pass the parameter to the database server, and you get the result back. You don't need to pass the entire SQL statement itself.
在DB 29中,可以使用passing子句向sql语句中嵌入的XQuery传递运行时参数,但是不能向XQuery中嵌入的SQL传递参数。
In DB2 9, you are able to pass runtime parameters to the XQuery embedded in the SQL statement using the passing clause but you could not do the same for SQL embedded inside an XQuery.
将这些参数传递给数据库代码中的RAISERROR语句。
You pass these parameters to the RAISERROR statement in your database code.
请在条件语句中使用此结果,将此结果赋给一个变量,或将其作为参数传递给其他方法。
Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
请在条件语句中使用此结果,将此结果赋给一个变量,或将其作为参数传递给其他方法。
Use the result in a conditional statement, assign the result to a variable, or pass it as an argument to another method.
应用推荐