db_timestamp {SCDB} | R Documentation |
Determine the type of timestamps the database supports
db_timestamp(timestamp, conn = NULL)
timestamp |
( |
conn |
( |
The given timestamp converted to a SQL-backend dependent timestamp.
conn <- get_connection()
db_timestamp(Sys.time(), conn)
close_connection(conn)