You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Can any one provide me with the required conversion ???
SELECT SUBSTRING(time,1,16) as time,count(DISTINCT(id)) as hits
FROM `' . TBL_EP_STATS . '`
WHERE time > ' . $this->db->escape($data['current_date'] . ' 00:00:00') . '
GROUP BY SUBSTRING(time,1,16)
Will Berkeley
unread,
Feb 27, 2015, 10:50:20 AM2/27/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mongod...@googlegroups.com
Can you supply us with a sample document? What have you tried? What is the goal of the above SQL statement - what is the useful data will it produce for you?