List names of all columns in a postgres table
Arguments
- schema
Character string (quoted) name of target postgres db schema. See names of schemas with fpr_dbq_lstables
- table
Character string (quoted) name of target postgres db table See names of schemas with fpr_dbq_lstables
See also
Other database postgres:
fpr_db_conn()
,
fpr_db_query()
,
fpr_dbq_clip()
,
fpr_dbq_lstables()
,
fpr_dbq_subset()
Examples
if (FALSE) fpr_db_query(query = fpr_dbq_lscols())