SQL Server error code
SQL Server error 120
SQL Server raises error 120 at severity 15, which marks a problem with the query or data that you can correct.
The select list for the INSERT statement contains fewer items than the insert list. The number of SELECT values must match the number of INSERT columns.
| Msg | 120 |
|---|---|
| Severity | 15 |
| Group | 0–999 |