The database query I use is that:
_result = db_manager.getSql( 
    "SELECT SUM(radiation*interval)/60.0, " 
    "MIN(usUnits),MAX(usUnits) FROM %s " 
    "WHERE dateTime>? AND dateTime<=?" 
    % db_manager.table_name,timespan) 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/ecc0844c-2061-4efb-8fd3-93a54f00936fn%40googlegroups.com.

Reply via email to