~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/queries.rst

adjust data for 'activities' table

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
Keywords and clauses include:
16
16
 
17
 
* The :doc:`\where` clause
18
 
* The :doc:`\distinct` clause
19
 
* The :doc:`\groupby` clause
20
 
* The :doc:`\having` clause
21
 
* The :doc:`\orderby` clause
22
 
* The :doc:`\join`clause
 
17
* The WHERE clause
 
18
* The GROUP BY clause
 
19
* The HAVING clause
 
20
* The ORDER BY clause
23
21
 
24
22
For example, ::
25
23