REMOVE_PSA_COLUMN_EXPRΒΆ
Remove a PSA column expression
Parameter Name |
Required |
DefaultValue |
Parameter-Description |
---|---|---|---|
p_obj_schema |
yes |
PSA schema (required) |
|
p_obj_table |
yes |
PSA table (required) |
|
p_col_name |
yes |
PSA column name (required) |
Example
EXECUTE SCRIPT api_reppsa.remove_psa_column_expr
( 'XXX' -- p_obj_schema
, 'XXX' -- p_obj_table
, 'XXX' -- p_col_name
);