Constant SQL_QUERY_READ_CURRENT_DATE

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

Provides the current date (without time) from the database.