2015年12月29日

st_MES_InsertIntoSalaryManage

摘要: USE [ChiefmesNew]GO/****** Object: StoredProcedure [dbo].[st_MES_InsertIntoSalaryManage] Script Date: 12/29/2015 09:36:53 ******/SET ANSI_NULLS ON... 阅读全文

posted @ 2015-12-29 17:03 chengjunde 阅读(317) 评论(0) 推荐(0)

charindex的用法

摘要: declare @str nvarchar(50);set @str='462,464,2';select @str as '字符串'select len(@str) as '字符长度'select charindex(',',@str,1) as '第一个逗号的索引值'select LEFT(@s... 阅读全文

posted @ 2015-12-29 15:56 chengjunde 阅读(690) 评论(0) 推荐(0)

月报表存储过程

摘要: USE [ChiefWMS]GO/****** Object: StoredProcedure [dbo].[st_WMS_GenRptMaterialInOutMonth] Script Date: 12/28/2015 10:48:28 ******/SET ANSI_NULLS ONG... 阅读全文

posted @ 2015-12-29 15:39 chengjunde 阅读(604) 评论(0) 推荐(0)

导航