查询执行中最慢的SQL语句 / 查询表占用空间 / 查询表字段结构设计
摘要:
--查询表字段结构设计 SELECT 表名 = case when a.colorder=1 then d.name else '' end, 表说明 = case when a.colorder=1 then isnull(f.value,'') else '' end, 字段序号 = a.col 阅读全文
posted @ 2022-10-28 17:22 fly'sBlog 阅读(4) 评论(0) 推荐(0) 编辑