/[webpac2]/trunk/conf/isi/cu-au-count.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/conf/isi/cu-au-count.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1213 - (show annotations)
Sat May 30 20:39:50 2009 UTC (15 years ago) by dpavlin
File MIME type: application/x-sh
File size: 300 byte(s)
example for WebPAC::Output::DBI

1 (
2
3 sqlite3 -header -column -echo var/webpac2.sqlite 'select count(*),au from authors group by au order by count(*) desc'
4 sqlite3 -header -column -echo var/webpac2.sqlite 'select count(*),cited_au,from_au from cited group by cited_au,from_au order by count(*) desc,cited_au,from_au'
5
6 2>&1 ) | vi -R -

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26