mirror of
https://github.com/acedanger/budget-database.git
synced 2025-12-06 07:00:14 -08:00
moving to postgres
This commit is contained in:
8
mysql/views/vw_CurrentMonthBudget.sql
Normal file
8
mysql/views/vw_CurrentMonthBudget.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
use Leo
|
||||
go
|
||||
|
||||
alter view dbo.vw_CurrentMonthBudget
|
||||
as
|
||||
select *
|
||||
from dbo.vw_BudgetRunningBalance
|
||||
where TrxDate between dateadd(DAY, 1, EOMONTH(getDate(), -1)) and eomonth(getDate())
|
||||
Reference in New Issue
Block a user