verschiedene fehler behoben

This commit is contained in:
2026-03-17 17:33:47 +01:00
parent 1f903ea80e
commit 81302a8532
6 changed files with 168 additions and 137 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
## * Initialisierung ----
max_id <- function(conn, tablle){
max_id <- function(conn, tabelle){
paste0("SELECT max(id) FROM ", tabelle) %>%
dbxSelect(conn,.) %>%
pull