Reason:
You attempted to drop a table using drop_table() but the table has a port defined on it.
Resolution:
Specify the name of a table without a port defined on it.
Tips:
- Use the star$ports view to find tables with ports defined on them.
Reason:
You attempted to drop a table using drop_table() but the table has a port defined on it.
Resolution:
Specify the name of a table without a port defined on it.
Tips:
Comments
Article is closed for comments.