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

SQL Anywhere 12.0.1 » SQL Anywhere Server - SQL Usage » Query and modify data

 

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