Help for this page

Select Code to Download


  1. or download this
    SELECT sum(numlog) FROM table1 WHERE date IN ( '12:04:2007', '12:05:20
    +07', ... up to 500 odd dates)
    
  2. or download this
    SELECT sum(numlog) FROM table1 WHERE date >= 20071204 AND date < 20080
    +112
    
  3. or download this
    SELECT sum(numlog) FROM table1 WHERE date IN ( '20071204', '20071205',
    + ... 30 days)