Skip to content

Commit

Permalink
Add comment for WHERE 👍
Browse files Browse the repository at this point in the history
  • Loading branch information
blakedrumm authored Oct 31, 2023
1 parent b1e4c99 commit e43bb4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SQL Queries/Data Warehouse/DW_Alerts.sql
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ Select A.[RaisedDateTime],
A.[RepeatCount] as Repeat_Count
From [Alert].[vAlert] as A
Join [dbo].[vManagedEntity] As M On A.ManagedEntityRowId=M.ManagedEntityRowId
WHERE RaisedDateTime BETWEEN GETDATE()-60 AND GETDATE()
--WHERE RaisedDateTime BETWEEN GETDATE()-60 AND GETDATE()
Order by RaisedDateTime Desc

0 comments on commit e43bb4c

Please sign in to comment.