Explanation
You are trying to add a new column as being not null, but without a default value.
The SQLSTATE that equates to this SQL return code is 42837.
User Response
Either make the column null or assign a default of SYSTEM or a value.
|
Copyright © 2014 CA.
All rights reserved.
|
|