buguge - Keep it simple,stupid

知识就是力量,但更重要的,是运用知识的能力why buguge?

导航

2014年10月22日 #

sql的OUTER APPLY

摘要: select * from BankBind a OUTER APPLY dbo.GetDistrictByBankBranch(a.BankSubbranch) b 阅读全文

posted @ 2014-10-22 21:44 buguge 阅读(957) 评论(0) 推荐(0) 编辑