Failed (execute_query): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'maps.data_secheresse' doesn't exist SELECT AVG(secheresse) AS avg_v,
MIN(secheresse) AS min_v,
MAX(secheresse) AS max_v,
STD(secheresse) AS std_v,
SUM(secheresse) AS sum_v,
COUNT(secheresse) AS count_v
FROM `data_secheresse`