Home > database > The ORACLE stored procedure output
The ORACLE stored procedure output
Time:10-07
The create PROC ZDY_QLCXB (@ LSBH VARCHAR (20)) AS The begin The SELECT KCXED1_SJDH FROM KCXED1 WHERE KCXED1_LSBH=@ LSBH) End In SQL to create as a stored procedure, then run the stored procedure, can direct access to the results The EXEC ZDY_QLCXB '6' -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Above the stored procedures to implement SQL in ORACLE as output effect?
CodePudding user response:
Oracle stored procedure can't achieve your requirement,