Determine the type of timestamps the database supports
Examples
conn <- get_connection()
db_timestamp(Sys.time(), conn)
#> <SQL> '2025-02-03 13:45:03'
close_connection(conn)
Determine the type of timestamps the database supports
conn <- get_connection()
db_timestamp(Sys.time(), conn)
#> <SQL> '2025-02-03 13:45:03'
close_connection(conn)