mirror of
https://github.com/acedanger/budget-database.git
synced 2025-12-05 22:50:13 -08:00
database redesign
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user