摘要: select distinct stu.*,dbo.GetClassNameByStudentCode(stu.Code) as ClassName,dbo.GetCourseNameByStudentCode(stu.Code) as CourseName,dbo.GetLinkmanByStud... 阅读全文
posted @ 2014-05-23 22:59 0611163 阅读(1692) 评论(0) 推荐(0)
摘要: USE [FM_Dev]GO/****** 对象: UserDefinedFunction [dbo].[GetClassNameByStudentCode] 脚本日期: 05/23/2014 17:20:43 ******/SET ANSI_NULLS ONGOSET QUOTED_IDE... 阅读全文
posted @ 2014-05-23 22:49 0611163 阅读(1250) 评论(0) 推荐(0)