标签:style blog color ar sp div c on log
SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO ALTER PROCEDURE [dbo].[GetStuInf] @className nvarchar(50), @Age int as begin select * from Students where ClassName=@className and Age>@Age end
标签:style blog color ar sp div c on log
原文地址:http://www.cnblogs.com/zwhFighting/p/4007502.html