Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SAP Sybase SQL Anywhere 16.0 » SQL Anywhere Server - SQL Usage » Queries and data modification

 

Summarizing, grouping, and sorting query results


Aggregate functions that summarize query results
The GROUP BY clause: Organizing query results into groups
The HAVING clause: Selecting groups of data
The ORDER BY clause: Sorting query results
Set operations on query results using UNION, INTERSECT, and EXCEPT