Constant SQL_QUERY_CHECK_DATA_COUNT

Source
pub const SQL_QUERY_CHECK_DATA_COUNT: &str = "SELECT COUNT(*) FROM data LIMIT 1;";
Expand description

Checks how many entries there are in the data table.