Database reference - stores_demo

stores_demo -  functions -  schema_numscale

Description

none

Function properties

namevalue
nameschema_numscale 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_numscale

Code

create function informix.schema_numscale(coltype smallint, collength smallint)
returning int
external name '(schema_numscale)'
LANGUAGE C;



Documentation generated by SqlSpec