| Error constant | SQLE_ILLEGAL_WINDOW_PREDICATE |
| ODBC 2 State | ERROR |
| ODBC 3 State | ERROR |
| Severity | 16 |
| SQLCODE | –964 |
| SQLSTATE | 42WA8 |
| Sybase error code | 13526 |
A window function was used in the WHERE or HAVING clause of a SELECT statement. Consider making the SELECT into a derived table, putting the window function in the select list of the derived table, and changing the predicate to reference the derived column.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |