db collect
Query a database using SQL.
Signature
> db collect
Examples
Collect from a select query
> open foo.db | db select a | db from table_1 | db collect
db collect
> db collect
Collect from a select query
> open foo.db | db select a | db from table_1 | db collect