mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
missing escape
This commit is contained in:
parent
bfb42ff3f3
commit
cf521ea062
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
FROM stats
|
||||
WHERE agent LIKE \'Android\'
|
||||
)
|
||||
WHERE (agent_full like \'%Mobile%\' or agent_full like \'%mobile%\' or agent_full like '%Android%')
|
||||
WHERE (agent_full like \'%Mobile%\' or agent_full like \'%mobile%\' or agent_full like \'%Android%\')
|
||||
and agent like :agent and point like :data_point
|
||||
GROUP BY agent, agent_version, pathname, point, time
|
||||
ORDER BY agent, agent_version, time;
|
||||
|
|
|
|||
Loading…
Reference in a new issue