Help for this page

Select Code to Download


  1. or download this
    SELECT foo, SUM(bar) FROM xyzzy GROUP BY foo
    
  2. or download this
    my @data = (
        [ 'a', 1 ],
    ...
    for (@order) {
        # Do something with $totals{$_}
    }