Determine the type of timestamps the database supports
Examples
conn <- get_connection()
db_timestamp(Sys.time(), conn)
#> <SQL> '2024-10-04 07:59:14'
close_connection(conn)
Determine the type of timestamps the database supports
conn <- get_connection()
db_timestamp(Sys.time(), conn)
#> <SQL> '2024-10-04 07:59:14'
close_connection(conn)