Input Parameters
(There are no input parameters)
Output Parameters
Parameter | Type | Description |
---|---|---|
CAMPO |
CHAR(31) |
|
TABLA |
CHAR(31) |
|
ORDEN |
SMALLINT |
|
Description
(There is no description for procedure CAMPOS_LLAVE)
Definition
CREATE PROCEDURE CAMPOS_LLAVE
RETURNS (
CAMPO CHAR(31),
TABLA CHAR(31),
ORDEN SMALLINT)
AS
begin
/* R.5.0.17 */
suspend;
end
![]() ![]() ![]() |