database redesign

This commit is contained in:
Peter Wood
2022-08-02 06:12:02 -04:00
parent 27e7c7829c
commit 477bfe3cfb
5 changed files with 12 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ begin
set @yr = isnull(@yr, year(getdate()))
set @mo = isnull(@mo, month(getdate()))
select Id, TrxDate, TrxDate_ISO8601, TrxDescription, TrxAmount, RunningBal
select TrxId, TrxDate, TrxDate_ISO8601, TrxDescription, TrxAmount, RunningBal
from dbo.vw_BudgetRunningBalance
where
YEAR(TrxDate) = @yr