摘要:
="insert into #class values(8888888,'"&E4&"')"公式类型的,字符串拼接。&&中间的为变化的值。 阅读全文
摘要:
selecta.acct_week,a.BRANCH_CD,a.store_cd,a.item_cd selecta.acct_week,a.BRANCH_CD,a.store_cd,a.item_cd,a.jan,a.sales_cnt,a.POS_CUSTOMER_CNT,a.PI,a.GoalPI,round(a.GoalPI*a.POS_CUSTOMER_CNT/1000,0) as goal_sales_cnt,(case when (a.PI='' or a.PI=0 or a.PI is null) then '-' when a.PI>(a 阅读全文
摘要:
Dim a As DateDim b As Datea = TimeApplication.ScreenUpdating = False '''''''''''''''''''''''锁屏Call data.dataCheckCall data.storeFormationCall data.datasCall data.statesApplication.ScreenUpdating = Trueb = Tim 阅读全文
摘要:
declare @Store_cd int declare @strsql varchar(8000)declare @table_id varchar(50)set @Store_cd=3set @table_id= (case when @Store_cd<10 then '000'+convert(varchar,@Store_cd) when @Store_cd<100 then '00'+convert(varchar,@Store_cd) when @Store_cd<1000 then '0'+convert(va 阅读全文
摘要:
declare @strSQL varchar(8000)declare @week decimal(18,0)declare @week1 decimal(18,0)set @week=(select week fromaaaa where date=convert(varchar(10),getdate(),112))set @week1=@week-1set @strSQL=''set @strSQL=@strSQL+'if object_id(''tempdb..#a'') is not null drop table #a cr 阅读全文
摘要:
strSql = ""strSql = strSql & " select max(number) from dbo.#DATA" & vbCrLfrss.Open strSql, cnn numb = rss.Fields(0)rss.Close 阅读全文
摘要:
aaa = Sheet1.Cells(i, 8).Value 变量赋值。bbb = Mid(aaa, InStrRev(aaa, ")", -1) + 5, 100) 截取")“ 这个字符后到第100位的字符ddd = UBound(Split(bbb, " ")) 计算空格出现的次数 bbb变量 空格注意是否是英文的还是中文的eee=Instr(strText, "a") 求strText这个字符串中a出现的次数select right(Rep,charindex(';',R 阅读全文
摘要:
这里推荐一些大纲:C/C++语法(以后有许多著名的书籍是用这个语言描述的,比如网络编程、设计模式),C#/java(二选一,以后将会遇到许多著名的书籍用这个语言描述,学一种,另一种语法保证你看得懂),WEB开发(js,html,asp/php/jsp选一种了解一下Web开发原理和CGI的那点事),数据库和数据库原理(或许你有一天会接触到分布式事务,集群,锁的概念在其他领域也经常遇到,不太推荐用oracle来学习原理),嵌入式系统开发(被编入系统架构师大纲,了解一点没什么不好),软件工程(涉及到一些面向设计方法学、面向过程的、项目管理),计算机网络(5层协议,了解一下,以后WCF、socket等 阅读全文
摘要:
isdate() 判断日期格式isnumeric(expression) 判断数字len(cells(1,2)) 求个数 阅读全文
摘要:
if 条件beginsql语句endelsebeginsql语句end 阅读全文