• Antelope Release 5.10 Linux CentOS release 7.6.1810 (Core) 3.10.0 2020-05-12

 

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
Printer icon