Skip to content

Commit b21d346

Browse files
authored
Update README.md
1 parent 594eef3 commit b21d346

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -192,15 +192,14 @@ FROM (
192192
UNION ALL
193193
SELECT
194194
budget_id
195-
, amount_major
196-
* (
195+
, amount_major * (
197196
CASE
198197
WHEN
199198
frequency = 'monthly'
200199
THEN
201200
CAST(
202201
SUBSTR(
203-
timediff( DATE(DATE('now', '+1 year'), '-1 day'), date_next),
202+
timediff( DATE(DATE('now', '+1 year'), '-1 day'), date_next)
204203
, 7
205204
, 2
206205
) AS integer

0 commit comments

Comments
 (0)