Changeset 4338 for trunk/projects/bos

Show
Ignore:
Timestamp:
03/11/09 10:27:42 (18 months ago)
Author:
hans
Message:

explain in sql

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/projects/bos/queries.lisp

    r4337 r4338  
    22 
    33;; contracts processed by gitte 
     4 
     5;; almost like 
     6;; select year, sum(contract-price) from contract where contract-paidp like "gitte" group by year(contract-date) 
     7 
    48(loop for year from 2007 upto 2009 
    59   do (format t "~A: ~A~%"