Skip to contents

List names of all columns in a postgres table

Usage

fpr_dbq_lscols(schema = "bcfishpass", table = "crossings_vw", ...)

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

Value

tibble of columns names and associated type for specified table.

See also

Examples

if (FALSE) fpr_db_query(query = fpr_dbq_lscols())