show column name in a table

回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

show column name in a table

文章 yehlu »

https://stackoverflow.com/questions/165 ... es-columns

代碼: 選擇全部

select COLUMN_NAME
from SUNRISECT.information_schema.columns
where TABLE_NAME = 'MAN'
order by table_name, ordinal_position
回覆文章

回到「SQL Server」