NYCPHP Meetup

NYPHP.org

[nycphp-talk] mySQL 3.23.41 SELECT syntax to get MAX(revenue) < 8411

Henry Ponce henry at beewh.com
Mon Oct 6 23:08:38 EDT 2003


try this:

select revenue, bonuses from bonuses 
group by some_field 
having max(revenue)< 8411

ps: some_field should be replaced by the proper field that you choose to use.

hope it helps.

-- 
An. Henry Ponce
Linux Registered User # 303567
NYC




More information about the talk mailing list