Sybase 11.9.x-12.5 User Manual

Page 86

Advertising
background image

Server Error Messages 1 - 199

760

133

15

A GOTO statment references the label `%.*s' but the label has not been declared.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

134

15

The variable name `%.*s' has already been declared. Variable names must be unique
within a query batch or stored procedure.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

135

15

Cannot use a BREAK statement outside the scope of a WHILE statement.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

136

15

Cannot use a CONTINUE statement outside the scope of a WHILE statement.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

137

15

Must declare variable `%.*s'.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

138

15

Illegal correlation clause in a subquery.

Explanation:

Command failed due to invalid or illegal request. Adaptive Server

cannot perform the requested action. (This error is not raised in Release 11.0 and higher.)

139

15

Cannot assign a default value to a local variable.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

140

15

Can only use IF UPDATE within a CREATE TRIGGER.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

141

15

A SELECT statement that assigns a value to a variable must not be combined with data-
retrieval operations.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

143

15

A compute-by item was not found in the order-by list. All expressions in the compute-
by list must also be present in the order-by list

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

144

15

Cannot use an aggregate in an expression used for the by-list of a GROUP BY clause.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

145

15

A subquery with no aggregate functions may only contain expressions in its GROUP
BY clause that are in the select-list.

Explanation:

Command failed. Check syntax and semantics. Rewrite the command to

satisfy the condition indicated in the message.

Number

Severity

Text and Explanation

Advertising