~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/functions/aggregatefunctions.rst

  • Committer: Andrew Hutchings
  • Date: 2011-02-23 14:17:23 UTC
  • mto: (2196.1.3 build)
  • mto: This revision was merged to the branch mainline in revision 2197.
  • Revision ID: andrew@linuxjedi.co.uk-20110223141723-spck4t85k8igzk4j
Markup fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
                FROM inventory
136
136
                GROUP BY product_id;
137
137
 
138
 
** Question: For MAX(), does Drizzle compare ENUM and SET columns by their string value rather than by the string's relative position in the set? **
 
138
.. note::
 
139
 
 
140
   For ``ENUM`` columns :program:`Drizzle` uses the highest and lowest string
 
141
   values for ``MIN`` and ``MAX`` rather than relative position.