2015-07-01 22:01:50 +08:00
|
|
|
Returns a column type for any column in a table
|
|
|
|
|
|
|
|
#### Using the function
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT CDB_ColumnType('column_name','table_name')
|
|
|
|
--- Returns a set of rows with column types
|
|
|
|
```
|
|
|
|
|
2015-07-01 22:03:13 +08:00
|
|
|
#### Arguments
|
2015-07-01 22:01:50 +08:00
|
|
|
|
|
|
|
CDB_ColumnType(column_name, table_name)
|
|
|
|
|
|
|
|
* **column_name** text
|
|
|
|
* **table_name** text
|