I have a query which I run in SqlYog at the moment, which is below, what it does is return the last values for each we have deployed in the field.
SELECT inboxoboxrecno, inboxmeterserialp1, inboxmeterserialp2,
SUBSTRING_INDEX(SUBSTRING_INDEX(inboxmeterp1,":",1),":",-1) AS Meter1...