摘要: 1 create FUNCTION [dbo].[ispm] (@pmfrist int) 2 RETURNS int 3 AS 4 BEGIN 5 DECLARE @ISvalue int 6 if @pmfrist>0 and @pmfrist<11 7 begin 8 set @ISval... 阅读全文
posted @ 2014-07-17 14:07 程序员徐坤 阅读(558) 评论(0) 推荐(0) 编辑