摘要: 在.net中using使用方法有3种,分别是using指令、using定义使用范围、using别名. using指令,即引用命名空间。 using System; using System.Collections.Generic; using System.Collections.Specializ 阅读全文
posted @ 2016-06-15 13:38 Eric-Lee 阅读(3956) 评论(0) 推荐(2)
摘要: select * from [TCInterVacationResource].dbo.IVRLineHotelRule(nolock) rul WHERE len(rul.IVRHRDiamond) >6 and CHARINDEX (',', rul.IVRHRDiamond)=0 查询IVRH 阅读全文
posted @ 2016-06-15 11:52 Eric-Lee 阅读(443) 评论(0) 推荐(0)