vault backup: 2024-05-15 19:12:54
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user