Advantage Error Guide
Problem: A CREATE TABLE statement contained the wrong number of parameters for a type. For example, "CREATE TABLE mytable (d date(5))" is not valid because the "date" type does not take any parameters.
Solution: Correct the column definitions.