Procedures Previous topic Chapter index Next topic

CUBO_FECHAS_RESUMEN

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

FECHA

DATE

 

 

Description

(There is no description for procedure CUBO_FECHAS_RESUMEN)

 

Definition

CREATE PROCEDURE CUBO_FECHAS_RESUMEN
RETURNS (
    FECHA DATE)
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic