You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cartodb-postgresql/doc/CDB_ColumnNames.md

233 B

Retrieve all column names in a particular table

Using the function

SELECT CDB_ColumnNames('table_name')
--- Returns a set of rows with column names

Arguments

CDB_ColumnNames(table_name)

  • table_name text