136
136
GROUP BY product_id;
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? **
140
For ``ENUM`` columns :program:`Drizzle` uses the highest and lowest string
141
values for ``MIN`` and ``MAX`` rather than relative position.