Window is a reserved word in SQL Anywhere

In SQL Anywhere 10, the word “window” is a reserved word. As a result, SELECT statements on a column with the name window do not work correctly. There are several ways to work around this issue:

[CR 334166]