-680   TOO MANY COLUMNS SPECIFIED FOR A TABLE, VIEW OR TABLE FUNCTION

Explanation

The maximum number of columns permitted per table, view, or table function is 750. The statement attempted to perform one of the following actions:
  • CREATE or ALTER a table to contain more than 750 columns
  • CREATE a view with more than 750 columns
  • CREATE a table function with more than 750 columns in the RETURNS TABLE clause

System action

The statement cannot be processed.

Programmer response

Change the CREATE statement to not include more than 750 columns, or do not try to alter an existing table to contain more than 750 columns.

SQLSTATE

54011