Skip to content

Commit 06f8ee2

Browse files
FY2025 HIC
1 parent ca80576 commit 06f8ee2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

03_01b LSA Parameters and Metadata for HIC.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ insert into lsa_Report (
2828
)
2929
select
3030
right(year(getdate()), 1)*100000000 + cast(format (getdate(),'MMddHHmm') as int)
31-
, '1/25/2025'
32-
, '1/25/2025'
31+
, '1/29/2025'
32+
, '1/29/2025'
3333
, 'XX-501'
3434
, 'Sample Code Inc.'
3535
, 'LSA Online'
3636
, 'Molly'
3737
, 'molly@squarepegdata.com'
3838
, 3
39-
, dateadd(yyyy, -7, '1/25/2025')
39+
, dateadd(yyyy, -7, '1/29/2025')

Sample Data/Sample HIC Output.zip

1.03 KB
Binary file not shown.

0 commit comments

Comments
 (0)