Error number:
1091; Symbol:ER_CANT_DROP_FIELD_OR_KEY; SQLSTATE:42000Message: Can't DROP '%s'; check that column/key exists
Error number:
1092; Symbol:ER_INSERT_INFO; SQLSTATE:HY000Message: Records: %ld Duplicates: %ld Warnings: %ld
Error number:
1093; Symbol:ER_UPDATE_TABLE_USED; SQLSTATE:HY000Message: You can't specify target table '%s' for update in FROM clause
This error occurs for attempts to select from and modify the same table within a single statement. If the select attempt occurs within a derived table, you can avoid this error by setting the
derived_mergeflag of theoptimizer_switchsystem variable to force the subquery to be materialized into a temporary table, which effectively causes it to be a different table from the one modified. See Optimizing Derived Tables, View References, and Common Table Expressions with Merging or Materialization.Error number:
1094; Symbol:ER_NO_SUCH_THREAD; SQLSTATE:HY000Message: Unknown thread id: %lu
Error number:
1095; Symbol:ER_KILL_DENIED_ERROR; SQLSTATE:HY000Message: You are not owner of thread %lu
Error number:
1096; Symbol:ER_NO_TABLES_USED; SQLSTATE:HY000Message: No tables used
Error number:
1097; Symbol:ER_TOO_BIG_SET; SQLSTATE:HY000Message: Too many strings for column %s and SET
Error number:
1098; Symbol:ER_NO_UNIQUE_LOGFILE; SQLSTATE:HY000Message: Can't generate a unique log-filename %s.(1-999)
Error number:
1099; Symbol:ER_TABLE_NOT_LOCKED_FOR_WRITE; SQLSTATE:HY000Message: Table '%s' was locked with a READ lock and can't be updated
Error number:
1100; Symbol:ER_TABLE_NOT_LOCKED; SQLSTATE:HY000Message: Table '%s' was not locked with LOCK TABLES
Error number:
1101; Symbol:ER_BLOB_CANT_HAVE_DEFAULT; SQLSTATE:42000Message: BLOB, TEXT, GEOMETRY or JSON column '%s' can't have a default value
Error number:
1102; Symbol:ER_WRONG_DB_NAME; SQLSTATE:42000Message: Incorrect database name '%s'
Error number:
1103; Symbol:ER_WRONG_TABLE_NAME; SQLSTATE:42000Message: Incorrect table name '%s'
Error number:
1104; Symbol:ER_TOO_BIG_SELECT; SQLSTATE:42000Message: The SELECT would examine more than MAX_JOIN_SIZE rows; check your WHERE and use SET SQL_BIG_SELECTS=1 or SET MAX_JOIN_SIZE=# if the SELECT is okay
Error number:
1105; Symbol:ER_UNKNOWN_ERROR; SQLSTATE:HY000Message: Unknown error
「喜欢这篇文章,您的关注和赞赏是给作者最好的鼓励」
关注作者
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文章的来源(墨天轮),文章链接,文章作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。




