Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

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