-208 A column that is not valid is included in the ORDER BY clause.
Explanation
A column name in the ORDER BY clause is not valid because it was not included in the select list of the SELECT statement.
User response
Correct the SQL statement.
A column name in the ORDER BY clause is not valid because it was not included in the select list of the SELECT statement.
Correct the SQL statement.