Database reference - stores_demo

stores_demo -  functions -  schema_numprecradix

Description

none

Function properties

namevalue
nameschema_numprecradix 
created 
typeSQL scalar function 

Parameters

none

Usage

set @myvar = schema_numprecradix

Code

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



Documentation generated by SqlSpec