/[sql-web-session]/index.cgi
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /index.cgi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 24 by dpavlin, Sat Apr 18 23:21:40 2009 UTC revision 25 by dpavlin, Sat Apr 18 23:35:57 2009 UTC
# Line 76  if ( my $group_by = param('lookup_col') Line 76  if ( my $group_by = param('lookup_col')
76                  }, shift @data, # extract where                  }, shift @data, # extract where
77                  'group by', join(',', @group_by), qq{                  'group by', join(',', @group_by), qq{
78                  order by count($group_by) desc                  order by count($group_by) desc
79                  limit 10                  limit $limit
80                  }                  }
81          );          );
82    

Legend:
Removed from v.24  
changed lines
  Added in v.25

  ViewVC Help
Powered by ViewVC 1.1.26