IDAX.GET_COLUMN_LIST - Get a list of columns
Use this stored procedure to get a list of specified columns from the specified colPropertiesTable table.
The following example shows how to call this
procedure.
CALL IDAX.GET_COLUMN_LIST('colPropertiesTable=colPropertiesIris, role=input;id;target;input, type=nom;cont, separator=;');
The following example shows the returned list of specified columns. The columns are separated by semicolons.
COLUMN_LIST
------------------------------------------
"ID";"SEPALLENGTH";"SEPALWIDTH";"CLASS"