CREATE PROCEDURE中文,CREATE PROCEDURE的意思,CREATE PROCEDURE翻译及用法

2025-09-06 21:31 浏览次数 8

CREATE PROCEDURE

英[kriˈeit prəˈsi:dʒə]美[kriˈet prəˈsidʒɚ]

建立过程

CREATE PROCEDURE 片语

片语

create e procedure为用户创建存储过程的权限

Create A Stored Procedure生一个存储过程

grant CREATE PROCEDURE to sandy创建存储过程的权限

CREATE PROCEDURE Example创建程序实例

SHOW CREATE PROCEDURE读取创建存储过程的语句

CREATE PROCEDURE selectdepartment建立查询院系信息存储过程

grant create procedure to user授予创建存储过程的权利

create e any procedure为任意用户创建存储过程的权限

CREATE ANY PROCEDURE建立

CREATE PROCEDURE 例句

英汉例句

  • Here are some of the CREATE PROCEDURE implementation differences for the various platforms.

    以下是各种平台在CREATE PROCEDURE实现方面的一些差异。

  • It also shows how to take advantage of the result set syntax in the CREATE PROCEDURE statement.

    还演示如何在CREATE procedure语句中利用结果集语法。

  • You may need to change the command delimiter away from the semicolon before entering the CREATE PROCEDURE statement.

    在输入CREATE PROCEDURE语句前,您可能需要更改命令分隔符,使其不是分号。

  • The next step in creating the stored procedure is to issue the CREATE PROCEDURE DDL to register the procedure in the database.

    创建存储过程的下一步是执行CREATE PROCEDUREDDL,在数据库中注册该存储过程。

  • For some browsing applications to parse the CREATE PROCEDURE statement itself, you need the command delimiter to be something other than a semicolon.

    对于要分析CREATE PROCEDURE语句本身的某些浏览应用程序而言,需要采用不是分号的其它命令分隔符。

  • In this example, we have chosen to fix the CREATE PROCEDURE statement instead of modifying the source code.

    在这个例子中,我们选择修改CREATE procedure语句而不是修改源代码。

  • These definitions are determined in the CREATE PROCEDURE statement of the federated procedure, not on the data source.

    这些定义在联邦过程的CREATE PROCEDURE语句中决定,而不是数据源上。

  • Solution: Check the CREATE PROCEDURE statement and make sure you are passing the correct number of input and output parameters with proper data types.

    解决方案:检查CREATE PROCEDURE语句,确保传递的输入和输出参数的数量和数据类型都正确。

  • And as before, you can fix the problem by re-issuing the correct CREATE PROCEDURE statement. For more information about Java VM type signatures, go to this url.

    而且与前面一样,可以通过重新发出正确的CREATE PROCEDURE语句来纠正这个问题。

  • To avoid this scenario, use the RETURNS clause of the CREATE PROCEDURE statement to return data to the caller.

    要避免这种情况,使用CREATE PROCEDURE语句的returns子句来将数据返回给调用者。

  • The CREATE PROCEDURE statement provides special syntax for Oracle routines in packages, a three-part name in the SOURCE clause where the middle part identifies the package.

    CREATE procedure语句为包中的Oracle例程提供了特殊语法,即source子句中分三部分的名称,其中中间的部分标识包。

相关热词