USE [JFHZP]
GO
/****** Object: StoredProcedure [dbo].[JF_exec_sql] Script Date: 07/12/2012 17:44:46 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER procedure [dbo].[JF_exec_sql]
@sql nvarchar(1000)
as
exec(@sql)
其中:@sql為:select *from Table1 where name='lhard'
我新學(xué)習(xí)存儲過程,請您詳細(xì)些好嗎.謝謝您了.
請問這個存儲過程是什么意思?
喵喵時光機(jī)
2018-12-06 19:28:36