Aggregate a
Query into a
ListTable. If the supplied
query returns 0 rows, this function will produce a
Query that
returns one row containing the empty
ListTable. If the
supplied
Query does return rows,
many will return
exactly one row, with a
ListTable collecting all returned
rows.
many is analogous to
many from
Control.Applicative.