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 _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
