Explanation
During a CREATE or ALTER TABLE, you attempted to define a foreign key reference, but the number of referencing columns was not equal to the number of referenced columns.
The SQLSTATE that equates to this SQL return code is 42S10.
User Response
Modify the lists so that they contain the same number of columns.
|
Copyright © 2014 CA.
All rights reserved.
|
|