| ERROR | non-existent partitioning column in CREATE TABLE statement |
| CAUSE | Partitioning column specified in CREATE TABLE statement is not one of columns of the table being created. |
| ACTION | Ensure that all columns in the partitioning column list are columns of the table being created. |