verschiedene fehler behoben
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
## * Initialisierung ----
|
||||
|
||||
max_id <- function(conn, tablle){
|
||||
max_id <- function(conn, tabelle){
|
||||
paste0("SELECT max(id) FROM ", tabelle) %>%
|
||||
dbxSelect(conn,.) %>%
|
||||
pull
|
||||
|
||||
Reference in New Issue
Block a user