EOF & DB Aggregation functions
Randy Wigginton <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I've done a number of internet searches and cannot seem to find any information, though I thought I had read something about this... I need to perform an operation something like this: select sum(time), sum(counter), max(time) from mytable where key1=? and key2=? Is there a "nice" way to do this, other than rawRowsForSql? And if rawRowsForSQL is the only option, is there a way to perform a bind, rather than building the sql string dynamically?