You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$sql = 'CREATE TEMPORARY TABLE IF NOT EXISTS report_dates (report_date int not null) SELECT UNIX_TIMESTAMP(report_date) AS report_date FROM stat WHERE '.$filter.' GROUP BY report_date';
58
61
$row = $pdo->query($sql);
59
62
$sql = "SELECT report_date FROM report_dates ORDER BY report_date ASC LIMIT 1";
0 commit comments