As of late, I have been working a lot with the Apache Derby, a database implemented in Java. In general, the queries I can perform are limited to some small extent, but not too life changing (:) I hit a pretty big obstacle when I had problems trying to execute a query: SELECT t_time, sum(value1), sum(value2) from table_values group by Date(
(
Read more... )