摘要:
sql server : --2008以下版本 SELECT -- 字段序号=a.colorder, 表名=case when a.colorder=1 then d.name else d.name end, 表说明=case when a.colorder=1 then isnull(f.val 阅读全文
摘要:
最简单事例: var query = from order in orders join customer in customers on order.CustomerID equals customer.CustomerID group order by customer.Country into 阅读全文