Cause
A column name was used in an expression where it was not permitted, such as in the VALUES clause of an INSERT statement.
Action
Check the syntax of the statement and use column names only where appropriate.
Error Message
column not allowed here
A column name was used in an expression where it was not permitted, such as in the VALUES clause of an INSERT statement.
Check the syntax of the statement and use column names only where appropriate.