Reason:
You attempted to create a distribution constraint using create_distribution_constraint() on a column that does not exist in the table
Resolution:
Ensure the distribution constraint specifies a column within the table
Tips:
- Was the column name spelled correctly?
- Use the star$colums view to find the available columns in the table
Comments
Article is closed for comments.