Procedures Previous topic Chapter index Next topic

CUBO_VARIABLES_RESUMEN

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

CODVARIABLE

CHAR(10)

 

VALOR

DOUBLE PRECISION

 

 

Description

(There is no description for procedure CUBO_VARIABLES_RESUMEN)

 

Definition

CREATE PROCEDURE CUBO_VARIABLES_RESUMEN
RETURNS (
    CODVARIABLE CHAR(10),
    VALOR DOUBLE PRECISION)
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic