HomeDB2DB2 Error Code – -208 the order by clause is invalid because column name is not part of the result table

DB2 Error Code – -208 the order by clause is invalid because column name is not part of the result table

In this post, you’ll learn about the error message -208 the order by clause is invalid because column name is not part of the result table in the IBM DB2 database , the reason why it occurs along with the solution to fix it

IBM DB2 Error Message

-208 the order by clause is invalid because column name is not part of the result table

Reason for the Error

The statement is invalid because a column (‘name’) specified in the ORDER BY list does not appear in the result table (that is, is not specified in the SELECT-list).� Only columns that are to appear in the result table can be used in ordering that result.

Solution

Correct the syntax of the statement, either by adding the specified column to the result table, or deleting it from the ORDER BY clause.

Share:

Leave a Reply

You May Also Like

In this post, you’ll learn about the error message -952 processing was interrupted by a cancel request from a client...
  • DB2
  • November 21, 2022
In this post, you’ll learn about the error message -927 the langrage interface was called when the connecting environment was...
  • DB2
  • November 21, 2022
In this post, you’ll learn about the error message -926 rollback not valid in ims/vs or cics environment in the...
  • DB2
  • November 21, 2022