oracle · oracle/ORA-01400
ORA-01400
cannot insert NULL into column
An INSERT or UPDATE attempted to place a NULL value into a column defined as NOT NULL. Provide a non-null value, or if the column should allow nulls, alter its constraint.
An INSERT or UPDATE attempted to place a NULL value into a column defined as NOT NULL. Provide a non-null value, or if the column should allow nulls, alter its constraint.