摘要: CREATE VIEW V_Table_Description AS SELECT --表名 = case when a.colorder=1 then d.name else '' end, --表说明 = case when a.colorder=1 then isnull(f.value,'' 阅读全文
posted @ 2021-05-07 09:55 如是我闻 阅读(101) 评论(0) 推荐(0)