Skip to content

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