2015-07-01 22:01:50 +08:00
|
|
|
Retrieve all column names in a particular table
|
|
|
|
|
|
|
|
#### Using the function
|
|
|
|
|
|
|
|
```sql
|
|
|
|
SELECT CDB_ColumnNames('table_name')
|
|
|
|
--- Returns a set of rows with column names
|
|
|
|
```
|
|
|
|
|
2015-07-01 22:03:13 +08:00
|
|
|
#### Arguments
|
2015-07-01 22:01:50 +08:00
|
|
|
|
|
|
|
CDB_ColumnNames(table_name)
|
|
|
|
|
|
|
|
* **table_name** text
|