mc
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
SELECT FORMATDATETIME(t.date,'dd.MM.yyyy') as Date, c.name, t.amount, t.description
|
||||
FROM Transaction t
|
||||
JOIN Category c on (t.category_id = c.id)
|
||||
WHERE t.account_id = 1 and t.date >= parsedatetime('2016-06-01','yyyy-MM-dd')
|
||||
WHERE t.account_id = 1 and t.date >= '2016-06-01'
|
||||
ORDER BY t.date ASC, t.last_change ASC
|
||||
|
||||
-- Kategorien-Liste für Account 1
|
||||
|
||||
Reference in New Issue
Block a user