Ошибки SQL/баз данныхОшибка
2350523505 — Unique Violation
An INSERT or UPDATE violates a unique constraint or primary key.
postgresql
Подробнее 42P10A column reference in GROUP BY, ORDER BY, or DISTINCT ON is invalid.
A column number is out of range, or an expression in GROUP BY does not match the SELECT list.
Verify column numbers. Use column names instead of numbers. Ensure all non-aggregated columns are in GROUP BY.
23505An INSERT or UPDATE violates a unique constraint or primary key.
MySQL 2006The connection to the MySQL server was lost.
SQLITE_EMPTY (16)The database file exists but contains no tables.
MySQL 1118The row size exceeds the storage engine maximum.
MySQL 1264A numeric value exceeds the valid range for the column.
23001A restrict rule prevented the deletion or update of a referenced row.