SQL/데이터베이스 에러에러
0800108001 — Client Unable to Establish Connection
The client could not establish a connection to the database server.
postgresql
상세 보기 2D000A transaction termination command was invalid in the current context.
A COMMIT or ROLLBACK was issued inappropriately, such as inside a PL/pgSQL function without a subtransaction.
Use SAVEPOINT and ROLLBACK TO SAVEPOINT inside functions. Check stored procedure documentation for transaction rules.
08001The client could not establish a connection to the database server.
42704The specified database object (type, operator, function) does not exist.
MySQL 1048An INSERT or UPDATE tried to set a NOT NULL column to NULL.
25006An attempt was made to modify data in a read-only transaction.
MySQL 1366The string contains characters invalid for the column's character set.
39000An external function was invoked incorrectly.