MySQL machen Datum aus 2 Spalte

SELECT * FROM `mytable` WHERE TIMESTAMP(`d`, `t`) > '2012-02-01 15:00'
Powerhudaman