Re: [gnome-db] GdaSqlBuilder and MAX statement
Vivien Malerba <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <[email protected]> |
2009/9/30 Johannes Schmid <[email protected]>: > Hi! > > I converted some of the glom SQL statements to GdaSqlBuilder which > worked quite well. But now I ran into a problem. How can I create a > query which includes the MAX statement with GdaSqlBuilder, like this > one: > > "SELECT MAX(table.field) FROM table" It seems I forgot about functions at all in the GdaSqlBuiler API, so it looks like you can't at the moment build such a statement. I'll correct this ASAP, sorry for the inconvenience. Vivien