Files
2026-04-28 10:23:20 +02:00

3 lines
109 B
R
Executable File

read_entry <- function(conn, idwert) {
dbxSelect(conn, paste0("SELECT * FROM entries WHERE id=", idwert))
}