mdm vergütung
This commit is contained in:
@@ -3428,11 +3428,11 @@ Module Mail
|
||||
SELECT
|
||||
COUNT(*) AS Anzahl,
|
||||
Datenquelle,
|
||||
MONTH([Transaction date]) AS [Month],
|
||||
YEAR([Transaction date]) AS [Year]
|
||||
MONTH(Billingdate) AS [Month],
|
||||
YEAR(Billingdate) AS [Year]
|
||||
FROM [VERAG].[dbo].[tblMautbericht]
|
||||
WHERE YEAR([Transaction date]) = " & yearVal & " and Datenquelle not in ('IDS')
|
||||
GROUP BY Datenquelle, MONTH([Transaction date]), YEAR([Transaction date])
|
||||
WHERE YEAR(Billingdate) = " & yearVal & " and Datenquelle not in ('IDS')
|
||||
GROUP BY Datenquelle, MONTH(Billingdate), YEAR(Billingdate)
|
||||
) AS temp
|
||||
ORDER BY Datenquelle, temp.[Year], temp.[Month];"
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user