Procedures Previous topic Chapter index Next topic

CAMPOS_NULOS

 

Input Parameters

(There are no input parameters)

 

Output Parameters

Parameter

Type

Description

CAMPO

CHAR(31)

 

TABLA

CHAR(31)

 

 

Description

(There is no description for procedure CAMPOS_NULOS)

 

Definition

CREATE PROCEDURE CAMPOS_NULOS
RETURNS (
    CAMPO CHAR(31),
    TABLA CHAR(31))
AS
begin
  /* R.5.0.17 */
  suspend;
end

 

     Previous topic Chapter index Next topic