Buchungs modal um actions erweitert
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
##
|
||||
## Datum : 2026-03-09_15-47
|
||||
## Name : Christian Oswald
|
||||
## Datei : f_max_id.R
|
||||
## Projekt : gemfin-shiny
|
||||
## Kommentar: Ermittelt den maximalen id einer tabelle
|
||||
##
|
||||
|
||||
## * Initialisierung ----
|
||||
|
||||
max_id <- function(conn, tablle){
|
||||
paste0("SELECT max(id) FROM ", tabelle) %>%
|
||||
dbxSelect(conn,.) %>%
|
||||
pull
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user