describe-table
Analyze and retrieve the structure of a specified table, including field details, in Microsoft SQL Server databases using schema and table name inputs.
Instructions
查看指定資料表的欄位結構
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schemaName | No | 結構描述名稱 (預設: dbo) | dbo |
tableName | Yes | 資料表名稱 |