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_ColumnType.md

282 B

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

Arguments

CDB_ColumnType(column_name, table_name)

  • column_name text
  • table_name text