<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hallo Thomas,<br/></div><div><br/></div><div>für deine Abfrage versuche mal dies:<br/></div><div><br/>select from_unixtime (max(timestamp)/1000), sum(value),channel_id from data where from_unixtime(substr(timestamp,1,10)) between date_sub(now(),INTERVAL 1 DAY) and now() group by channel_id,date(now());<br/></div><div><br/></div><div>Gruß<br/></div><div>Michael<br/></div><div><br/></div><div name="quote" style="margin:10px 5px 5px 10px; padding: 10px 0 10px 10px; border-left:2px solid #C3D9E5; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
    <div style="margin:0 0 10px 0;">
        <b>Gesendet:</b> Sonntag, 24. Februar 2013 um 10:46 Uhr<br/>
        <b>Von:</b> "Thomas Janz" <janz.thomas@gmail.com><br/>
        <b>An:</b> volkszaehler-users@lists.volkszaehler.org<br/>
        
        <b>Betreff:</b> [vz-users] SQL Abfrage Zählerstände Tagesende ?
    </div>
    <div name="quoted-content">
        <!--p.MsoNormal, li.MsoNormal, div.MsoNormal {
        margin: 0.0cm;
        font-size: 11.0pt;
        font-family: Calibri , sans-serif;
}
a:link, span.MsoHyperlink {
        color: blue;
        text-decoration: underline;
}
a:visited, span.MsoHyperlinkFollowed {
        color: purple;
        text-decoration: underline;
}
span.E-MailFormatvorlage17 {
        font-family: Calibri , sans-serif;
        color: windowtext;
}
*.MsoChpDefault {
}
div.WordSection1 {
        page: WordSection1;
}
--><div><div class="WordSection1"><p class="MsoNormal">Hallo,</p><p class="MsoNormal"> </p><p class="MsoNormal">ich hatte hier in der Mailingliste folgende SQL Abfrage gefunden die alle erfassten Zählerstände ausgibt:</p><p class="MsoNormal"> </p><p class="MsoNormal"><span>select from_unixtime (timestamp/1000), value from data;</span></p><p class="MsoNormal"><span> </span></p><p class="MsoNormal">ich möchte die Datenausgabe so modifizieren, das nur noch die Zählerstände am Ende des Tages ausgeben werden.</p><p class="MsoNormal">Kann mir hier jemand weiterhelfen ?</p><p class="MsoNormal">Schön wäre es wenn man die Ausgabe direkt in eine Datei umleiten würde.</p><p class="MsoNormal"> </p><p class="MsoNormal">Danke !</p><p class="MsoNormal"> </p><p class="MsoNormal">Gruß Thomas</p><p class="MsoNormal"> </p></div></div>
    </div>
</div><div><br/><br/></div></div></body></html>