|
Archives of the TeradataForumMessage Posted: Thu, 16 Oct 2003 @ 03:29:27 GMT
You don't provide much to go on. The error means that you are supplying more values than columns in the table. Examples: 1) Table two has two columns and you insert into two values (:field1, :field2, :field3); OR 2) You do something like this insert into some_table (column_one) values (:field1, :field2); In 1) the table has 2 columns but three values are supplied. In 2) the insert is specifying one column, but 2 values are supplied. Hope this helps. Glenn Mc
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||