摘要:
sql代码:USE [BeijingAgricultureDB]GODECLARE @return_value intEXEC @return_value = [dbo].[SelectTopNNotifications] @num = 2SELECT 'Return Value' = @return_valueGO其他示例:/* Show not having access to variables from the calling batch. */DECLARE @CharVariable CHAR(3)SET @CharVariable = 'abc' 阅读全文
posted @ 2011-02-07 22:39
qiang.xu
阅读(809)
评论(0)
推荐(0)