位置:首頁(yè) > 軟件操作教程 > 數(shù)據(jù)分析 > SQL > 問題詳情

SQL操作應(yīng)用——查詢某一個(gè)表的字段和數(shù)據(jù)類型

提問人:ylm發(fā)布時(shí)間:2020-09-30

查詢某一個(gè)表的字段和數(shù)據(jù)類型
select column_name,data_type from information_schema.columns
where table_name = '表名'

繼續(xù)查找其他問題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部