MySQL bekomme Zeit von der DateTime
SELECT
date_format(datecol, '%H:%i:%s') as 'time' FROM table;
-- eg. 10:33:10
Azanda
SELECT
date_format(datecol, '%H:%i:%s') as 'time' FROM table;
-- eg. 10:33:10
WHERE DATE(datetime) = '2009-10-20'