IDAX.SET_COLUMN_PROPERTIES - Set or update properties
Use this stored procedure to set or update the properties in the specified colPropertiesTable table.
The following example shows how to call this
procedure.
CALL IDAX.SET_COLUMN_PROPERTIES('intable=SAMPLES.iris, colPropertiesTable=colPropertiesIris, incolumn=petallength:input; petalwidth:input');