GNU Info

Info Node: (mysql.info)example-Maximum-column

(mysql.info)example-Maximum-column


Next: example-Maximum-row Prev: Examples Up: Examples
Enter node , (file) or (file)node

The Maximum Value for a Column
------------------------------

"What's the highest item number?"

     SELECT MAX(article) AS article FROM shop
     
     +---------+
     | article |
     +---------+
     |       4 |
     +---------+


automatically generated by info2www version 1.2.2.9