2015年10月16日

MES系统的有用存储过程

摘要: USE [ChiefmesNEW]GO/****** Object: StoredProcedure [dbo].[st_WMS_ImportStockInBill] Script Date: 10/13/2015 17:30:47 ******/SET ANSI_NULLS ONGOSET... 阅读全文

posted @ 2015-10-16 17:56 chengjunde 阅读(616) 评论(0) 推荐(0)

MS-SQL Server字符串处理函数大全

摘要: MS-SQL Server字符串处理函数大全 select语句中只能使用sql函数对字段进行操作(链接sql server), select 字段1 from 表1 where 字段1.IndexOf("云")=1; 这条语句不对的原因是indexof()函数不是sql函数,改成sql对应的函数就可... 阅读全文

posted @ 2015-10-16 11:06 chengjunde 阅读(750) 评论(0) 推荐(0)

导航