摘要:
1 SELECT 2 columnTableName = case when a.colorder=1 then d.name else '' end, --表名 3 columnTableDes = case when a.colorder=1 then isnull(f.value,'') el 阅读全文
摘要:
对于SQL的Join,在学习起来可能是比较乱的。我们知道,SQL的Join语法有很多inner的,有outer的,有left的,有时候,对于Select出来的结果集是什么样子有点不是很清楚。Coding Horror上有一篇文章(实在不清楚为什么Coding Horror也被墙)通过 文氏图 Ven 阅读全文