Reason:
You attempted to drop a distribution constraint using drop_distribution_constraint() on a table that does not have a distribution constraint defined on it.
Resolution:
Ensure you specify a table with distribution constraint.
Tips:
- Use the star$constraints view to find existing constraints.
Comments
Article is closed for comments.