| Return the list of Columns in a given table or view |
| Used by the auto-doc interface. For getting the 'rank' column in the DBColumns table, see fDocColumnsWithRank. select * from dbo.fDocColumns('Star') |
| name | type | length | inout | pnum |
| @tablename | varchar | 400 | input | 1 |
| length | int | 4 | output | 4 |
| enum | varchar | 64 | output | 1 |
| name | varchar | 64 | output | 2 |
| type | varchar | 32 | output | 3 |
| unit | varchar | 64 | output | 5 |
| ucd | varchar | 64 | output | 6 |
| description | varchar | 2048 | output | 7 |