Hi all,
I call another store procedure B in the store procedure A. When I active the store procedure A , the error is the following:
Could not create catalog object: feature not supported; Only table variable is allowed in input parameter in a nested call: line 37 col 26 (at pos 1435)
The line 37 is "CALL SYSTEM.PAL_DBSCAN(_SYS_BIC.PAL_DBSCAN_DATA_TBL, _SYS_BIC.PAL_CONTROL_TBL, BASE.PAL_CHAINSTORE_DBSCAN_RESULTS_TBL) with overview; "
The SQL Script is performed successfully in the SQL console. The SQL Script is wrong in a procedure.
Could you help me?
Thanks.
Candy Zhang