Oracle Error ORA-23333: column string is already part of a column group

Oracle Error Message

ORA-23333: column string is already part of a column group

Reason for the Error

Attempted to add a column to a column group when the column was already a member of a column group.

Solution

Drop the column from its existing column group before trying to add it to another.