vault backup: 2024-05-15 19:12:54

This commit is contained in:
2024-05-15 19:12:54 +02:00
commit f51d8fdd2f
119 changed files with 154202 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Gesamt kosten
```
SQL um gesmate Druck Kosten zu bekommen:
SELECT SUM(totalCosts) AS "Gesamtkosten", SUM(filamentCost) AS "Filmant", SUM(electricityCost) AS "Strom", SUM(printerCost) AS "Drucker"
FROM pjh_costmodel
```