Skip to content

CDB_ColumnNames

Sandro Santilli edited this page May 8, 2014 · 1 revision

Retrieve all column names in a particular table

Using the function

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

Arguements

CDB_ColumnNames(table_name)

  • table_name text
Clone this wiki locally