Create table failed - too many columns in table definition
This message appears when a CREATE TABLE statement specifies 4097 or more columns. A maximum of 4096 columns are permitted in each table.
This error is also returned when the number of arguments in the view column list of a CREATE VIEW statement is more or less than the number of output columns returned by the defining query expression. The number of view column names must match precisely the number of columns in the query expression result table.