TOP range modification [CR 448015]

In Chapter 6, “SQL Statements,” SELECT statement, the TOP range listed in “FIRST or TOP number-of-rows” has been modified. The range is 1–2147483647 (not 1-32767).

Also, removed a clause and sentence from the fourth paragraph in the same section: “except that the maximum number of rows returned for TOP is 32767. ROW_COUNT does not have an upper limit for the number of rows returned.”