Constant SQL_QUERY_READ_TOMORROW_DATE

Source
pub const SQL_QUERY_READ_TOMORROW_DATE: &str = "SELECT CURRENT_DATE() + INTERVAL 1 DAY LIMIT 1;";
Expand description

Provides tomorrow’s date (without time) from the database.