DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) example-maximum-column

Info Catalog (mysql.info) examples (mysql.info) examples (mysql.info) example-maximum-row
 
 3.6.1 The Maximum Value for a Column
 ------------------------------------
 
 `What's the highest item number?'
 
      SELECT MAX(article) AS article FROM shop;
 
      +---------+
      | article |
      +---------+
      |       4 |
      +---------+
 
Info Catalog (mysql.info) examples (mysql.info) examples (mysql.info) example-maximum-row
automatically generated byinfo2html