corresponding SQLSTATE values general error

Posted rsapaper

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了corresponding SQLSTATE values general error相关的知识,希望对你有一定的参考价值。

 

http://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html

B.3 Server Error Codes and Messages

MySQL programs have access to several types of error information when the server returns an error. For example, the mysqlclient program displays errors using the following format:

shell> SELECT * FROM no_such_table;
ERROR 1146 (42S02): Table ‘test.no_such_table‘ doesn‘t exist

The message displayed contains three types of information:

  • A numeric error code (1146). This number is MySQL-specific and is not portable to other database systems.

  • A five-character SQLSTATE value (‘42S02‘). The values are taken from ANSI SQL and ODBC and are more standardized. Not all MySQL error numbers have corresponding SQLSTATE values. In these cases, ‘HY000‘ (general error) is used.

  • A message string that provides a textual description of the error.



以上是关于corresponding SQLSTATE values general error的主要内容,如果未能解决你的问题,请参考以下文章

does not match the corresponding name on disk:

abap move-corresponding

ABAP 7.50 新特性之另一个CORRESPONDING

Mac androidStudio cannot resolve corresponding JNI function

Cannot find module '../**/**/****' or its corresponding type declarations.

SAP ABAP编程 MOVE-CORRESPONDING将一个结构中的数据赋予另一个结构中