Re: [gnome-db] SELECT DISTINCT with GdaSqlBuilder
Murray Cumming <[email protected]>
| Newsgroups | gmane.comp.gnome.db |
|---|---|
| Message-ID | <1269960887.2951.108.camel@murrayc-desktop> |
On Tue, 2010-03-30 at 15:46 +0100, Vivien Malerba wrote: > > However, next I need a way to add GROUP BY parts to the SQL > statement. > > Is there anything for that already? > > No, I'll have to add it: > To set the HAVING condition: > void gda_sql_builder_select_set_having (GdaSqlBuilder *builder, guint > cond_id); > > To add a GROUP BY expression: > void gda_sql_builder_select_group_by (GdaSqlBuilder *builder, guint > expr_id); > > And maybe, to remove a GROUP BY expression: > void gda_sql_builder_select_ungroup_by (GdaSqlBuilder *builder, guint > expr_id); Thank you, again. -- [email protected] www.murrayc.com www.openismus.com