NAME
dbungroup - extract base view from grouped view
SYNOPSIS
#include "db.h"
Dbptr dbungroup(Dbptr db, char *name)
DESCRIPTION
dbungroup requires a grouped view as input, and
produces a view containing all the rows referenced by
the input, in the input order.
OPTIONS
The caller may specify the table
name of the new view.
RETURN VALUES
dbungroup returns a database pointer to the new view,
or dbinvalid() in case of an error.
LIBRARY
$(DBLIBS)
SEE ALSO
dbgroup(3)
AUTHOR
Daniel Quinlan