首页
Java
登录
6mi
u
盘
搜
搜 索
Java
T-SQL 列出所有表及列
T-SQL 列出所有表及列
xiaoxiao
2021-02-28
94
select * from [YourDBName].information_schema.columns order by table_name, ordinal_position
转载请注明原文地址: https://www.6miu.com/read-71047.html
技术
最新回复
(
0
)