Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This one will summarize the download counts per filename:with a within-the-month date stamp

Panel

TEE temp/downloads-summary-2010-06.txt
;
select download_uri, count(*), download_date from download_log
WHERE download_date BETWEEN
'2010-06-01' AND '2010-06-30'
group by download_uri
;
notee ;

It's probably important to note that closing a TEE file and reopening it APPENDs the new content.