SQL脚本片断收藏

SQLSERVER 脚本 1.自关联字段键值翻译: select a.name,case when a.location='T' then '顶部显示' when a.location='L' then '左侧显示' when a.location='R' then '普通栏目' else '上方' end as locationname,c.name as parent, b.Dept from
相关文章
相关标签/搜索