Hi May you please help with the query below I am at odds as to what the problem is, it fails on a case statement at the end of the query
Declare
@StartPeriod Numeric(18,0),
@EndPeriod Numeric(18,0),
@Consolidate Varchar(200),
@TransferType Varchar(200),
@EEOccupLevels Varchar(200)
Set...