Home > database >  With the correct parameters of the stored procedure
With the correct parameters of the stored procedure

Time:01-20

 I perform the insert statement alone there is no problem, but I write a stored procedure with the date of the incoming parameters will be an error, what reason be?

CodePudding user response:

The CREATE TABLE ZYF. ZMF_RCD_PARAMSTAT1
(
KPICODE VARCHAR2 (20)
, PARAMIDX INTEGER
, CURDATEKEY VARCHAR2 (20)
, PRIDATEKEY VARCHAR2 (20)
, IMGSTRDTKEY VARCHAR2 (20)
, DATEKEYCNT INTEGER);
This is to build table statements

CodePudding user response:

Executed on the command line window look, easier to troubleshoot,

CodePudding user response:

The show look errors specific errors

CodePudding user response:

Find the reasons, wrote a less behind the end;
  • Related