mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 13:14:45 +00:00
simple time grouping to fix issues without aggregation
This commit is contained in:
parent
48de5f4209
commit
1675d44bff
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@
|
|||
FROM stats
|
||||
WHERE (agent_full like \'%Mobile%\' or agent_full like \'%mobile%\')
|
||||
and agent like :agent and point like :data_point
|
||||
GROUP BY agent, agent_version, pathname, point, strftime(\'%Y-%m-%d\', time)
|
||||
ORDER BY time;
|
||||
GROUP BY agent, agent_version, pathname, point, time
|
||||
ORDER BY agent, agent_version, time;
|
||||
');
|
||||
|
||||
$st->execute(array(
|
||||
|
|
|
|||
Loading…
Reference in a new issue