2013年8月7日 星期三

[SQL] 取得資料表Table的欄位數量

select count(*) from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME = 'table_name' 
select count(*) from information_schema.columns where table_schema='資料庫名稱' and table_name='Table名稱';  

參考:
請問怎麼抓回table的欄位數??
請問我要如何計算一個 table 裡的欄位數量
請問怎麼抓回table的欄位數??
取得資料庫「資料表數」、「資料表名稱」,「資料表內欄位名稱」、「欄位數量」

沒有留言:

張貼留言