Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite SQL 参考 » UltraLite SQL 元素 » UltraLite 中的特殊值

 

SQLCODE 特殊值

计算特殊值时的当前 SQLCODE 值。

数据类型

String

注释

SQLCODE 值在每个语句后设置。可以检查 SQLCODE 来确定语句是否成功。

另请参见
示例

使用 SELECT 语句为从结果集读取新行的每次尝试生成错误代码。例如:SELECT a, b, SQLCODE FROM MyTable。