update stored script
This commit is contained in:
@@ -26,8 +26,8 @@ BEGIN
|
||||
SET NOCOUNT ON;
|
||||
|
||||
-- fix periodo SE non fosse specificato
|
||||
SELECT @DataFrom = ISNULL(@DataFrom, '2000-01-01')
|
||||
SELECT @DataTo = ISNULL(@DataTo, '9999-12-31')
|
||||
SET @DataFrom = ISNULL(@DataFrom, '2000-01-01')
|
||||
SET @DataTo = ISNULL(@DataTo, '9999-12-31')
|
||||
|
||||
-- Insert statements for procedure here
|
||||
SELECT *
|
||||
|
||||
Reference in New Issue
Block a user