mysql hacer fecha de 2 columna

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