一佳一

记录像1+1一样简洁的代码

导航

2018年1月20日

摘要: use tbgo set nocount on create table #Tmp --创建临时表#Tmp( FCarNumber VARCHAR(50) , maxid int , num int); insert into #Tmp(FCarNumber,num,maxid)select FCa 阅读全文

posted @ 2018-01-20 17:05 一佳一 阅读(161) 评论(0) 推荐(0) 编辑