Reason:
You attempted an INSERT or an UPDATE using a column (aaaa) of a view that is not updatable. Columns are not updatable if they are expressions or functions.
The SQLSTATE that equates to this SQL return code is 42808.
Action:
Let the value for the column default or use the base table to do the INSERT or UPDATE.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|