Skip to content

Commit

Permalink
[Linux / SQL Server 2019] baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure Pipelines Bot committed Dec 15, 2024
1 parent 3b44b2d commit 8015769
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@
-- SqlServer.SA SqlServer.2019
DECLARE @ParentID Int -- Int32
SET @ParentID = 1
DECLARE @ParentID_1 Int -- Int32
SET @ParentID_1 = 1

SELECT
[x].[ParentID],
[x].[Value1]
FROM
[Parent] [x]
WHERE
([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID)
([x].[ParentID] = @ParentID OR [x].[ParentID] = @ParentID_1)

BeforeExecute
-- SqlServer.SA SqlServer.2019
Expand Down

0 comments on commit 8015769

Please sign in to comment.