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

CDB_ColumnType

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

Returns a column type for any column in a table

Using the function

SELECT CDB_ColumnType('column_name','table_name')
--- Returns a set of rows with column types

Arguements

CDB_ColumnType(column_name, table_name)

  • column_name text
  • table_name text

Clone this wiki locally