/[corp]/esi/stock_by_day.sql
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 /esi/stock_by_day.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Mon Jul 2 10:56:06 2001 UTC (22 years, 9 months ago) by dpavlin
Branch: MAIN
CVS Tags: HEAD
stocks

1 select avg(current),min(current),max(current),count(*),date(date),type from stocks group by date(date),type order by type,date(date);

  ViewVC Help
Powered by ViewVC 1.1.26