摘要: create function fun_att_get_ottime( @empno as nvarchar(20), @today as datetime, @inORout as char(1)) returns varchar(5) begin declare @sch_c int declare @ot_in as varchar(5) declare @ot_out ... 阅读全文
posted @ 2008-09-28 17:50 XGU_Winner 阅读(309) 评论(0) 推荐(0)