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