Thread GROUP BY Timestamp ?: Tag bei Timestamp herausfinden
(30 answers)
Opened by Froschpopo at 2004-08-05 08:00
ich dachte da an sowas in der Richtung:
Code: (dl
)
1 my $sth_prepare = $dbh1->prepare("select datestamp, count(id) from userlog group by substring(datestamp,1,10) order by datestamp asc limit 0,12"); kann das funktionieren? |