How to select data with a certain minimum total?
        Posted  
        
            by Dharmendra
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Dharmendra
        
        
        
        Published on 2010-05-04T13:27:22Z
        Indexed on 
            2010/05/04
            13:38 UTC
        
        
        Read the original article
        Hit count: 246
        
I have one table bbc(country, region, area, population, gdp).
I want to select the regions with a total population of at least 100 million. How can I do it with SQL?
© Stack Overflow or respective owner