DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) example-Maximum-column

Info Catalog (mysql.info.gz) Examples (mysql.info.gz) Examples (mysql.info.gz) 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.gz) Examples (mysql.info.gz) Examples (mysql.info.gz) example-Maximum-row
automatically generated byinfo2html