Constant SQL_QUERY_READ_CURRENT_TIMESTAMP

Source
pub const SQL_QUERY_READ_CURRENT_TIMESTAMP: &str = "SELECT CURRENT_TIMESTAMP() LIMIT 1;";
Expand description

Provides the current timestamp from the database.