摘要:
--SET STATISTICS io ONSET STATISTICS TIME ON select * from tbSET STATISTICS TIME OFF--SET STATISTICS io OFF--执行后点“消息”那里,会有如下显示--(1 行受影响)--SQL Server 执... 阅读全文
摘要:
//将用户数据缓存userinfocatch(json);///用户信息缓存function userinfocatch(obj) { $.data(document.body, "userinfo_catch", obj);}//读取缓存function userinfo() { var a = ... 阅读全文
摘要:
//缺一位select top 1 * from PRO_Precisionstretch_Merge where rodno like @rodno+'_' and right(rodNO,1) > 'G' order by rodNO asc//缺多位select top 1 * from PR... 阅读全文
摘要:
insert into [正式库]..表名 select * from [测试库]..相同表名 阅读全文