MySQL 9.2 Release Notes
        
                                    PDF (US Ltr)
            - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
                                
    PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
            MySQL 9.2 Reference Manual  / 
                            ...  / 
                
                                                        Tutorial  / 
                                                            Examples of Common Queries  / 
                                                                                        
                                        The Maximum Value for a Column
                                    
        
        “What is the highest item number?”
SELECT MAX(article) AS article FROM shop;
+---------+
| article |
+---------+
|       4 |
+---------+
             
    Related Documentation
    
        
            Download
                            this Manual
                    
    
    
        
         
     
                                    PDF (US Ltr)
            - 40.8Mb
PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb
                                
    PDF (A4) - 40.9Mb
Man Pages (TGZ) - 259.7Kb
Man Pages (Zip) - 366.9Kb
Info (Gzip) - 4.1Mb
Info (Zip) - 4.1Mb