db from
Select section from query statement for a DB
Signature
> db from (select) --as
Parameters
select
: table of derived table to select from--as {string}
: Alias for the selected table
Examples
Selects table from database
> db open db.mysql | db from table_a